Wietse Venema: > > [....] Stopping Postfix Mail Transport Agent: postfix/usr/sbin/postconf: > > warning: /etc/postfix/main.cf: unused parameter: > > ldap_transport_result_filter=smtp:%s.24t.loc:25 > > Apparently, postconf 2.9-2.12 error checking for "legacy DBMS > support" is incomplete. You will get correct result with
Actually, "result_filter" is deprecated since Postfix 2.2. You're supposed to use "result_format" instead. Then. postconf will not report this warning. You have been relying on two levels of backwards-compatibility support. That's too much, even for Postfix. Wietse > the preferred database configuration method: > > /etc/postfix/main.cf: > transport_maps = ldap:/path/to/file > > /path/to/file: > result_filter=smtp:%s.24t.loc:25 > > (this will also allow you to store LDAP passwords in a file that > is not world-readable). > > The problem with "legacy support" is that it will eventually > start to rot. > > Wietse >