On 6/21/19 4:13 PM, Viktor Dukhovni wrote:
On Fri, Jun 21, 2019 at 04:04:52PM -0500, John Gateley wrote:
root@elephant:~# dpkg-reconfigure postfix-pcre
Removing pcre map entry from /etc/postfix/dynamicmaps.cf
Adding pcre map entry to /etc/postfix/dynamicmaps.cf
root@elephant:~# postmap -q foo pcre:/etc/postfix/header_checks.pcre
postmap: warning: unsupported dictionary type: pcre (no/postfix-pcre.so:
No such file or directory)
postmap: fatal: unsupported dictionary type: pcre
There you are, you must have 'shlib_directory = no'. Don't do that.
Set it the directory that contains your Postfix shared libraries
and table driver shared objects.
Thank you. Fixed.