Wietse Venema: > Viktor Dukhovni: > > > > > > > On Feb 18, 2018, at 8:26 AM, John Fawcett <j...@voipsupport.it> wrote: > > > > > > Not sure if it helps, but with this configuration in /etc/postfix/main.cf > > > > > > ldap = proxy: > > > ldap:/etc/postfix/ldap > > > > I see the same: > > > > $ ls -ld /var/tmp/postfix/etc/ldap{,/foo.cf} > > drwxr-xr-x 3 root wheel 96 Feb 18 12:44 ldap > > -rw-r--r-- 1 root wheel 24 Feb 18 12:43 ldap/foo.cf > > > > $ postconf -n > > postconf: warning: read "ldap" configuration "/var/tmp/postfix/etc/ldap": > > Is a directory > > foo = proxy:ldap:${config_directory}/ldap > > proxy_read_maps = ${foo}/foo.cf
Fixed by adding a guard that makes postconf look for database names only in built-in and service-defined parameters (parameters whose name depends on the name of a master.cf entry). I'll roll out a Postfix 3.3.0 release candidate on Monday. Wietse