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
Finally. This means that the checker should skip user-defined parameters, and only inspect parameters defined by Postfix itself; - Postfix built-in parameters, - Postfix-generated parameters with names that depend on a master.cf service name, - Postfix-generated parameters with names that depend in a database name prefix. That will probably not happen today as I have to review conference papers first. Wietse