hi..

my postfix checks against openldap.
postfix first uses the ldap-aliases.cf to check if its a valid user
email, that works.
then i tried to use the same ldap-aliases.cf for smtpd_sender_login_maps

But that doesnt work.
I get a:
postfix/local[7683]: warning: dict_ldap_connect: Unable to bind to
server ldaps://ldap.example.com:636 as cn=postfix
server,ou=Server,dc=example,dc=com: -1 (Can't contact LDAP server)

[r...@testmail postfix]# postmap -q myn...@example.com
ldap:/etc/postfix/ldap-aliases.cf
myldapuid
[r...@testmail postfix]# postmap -q myn...@example.com
ldap:/etc/postfix/ldap-check_mail.cf
myldapuid
[r...@testmail postfix]# postmap -q myn...@example.com
ldap:/etc/postfix/ldap-relay_domains.cf
[r...@testmail postfix]# postmap -q example.com
ldap:/etc/postfix/ldap-relay_domains.cf
example.com,ex-ample.com

any ideas ?

Reply via email to