> [....] 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
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

Reply via email to