[SOLVED] Postix SASL Authentication to Zimbra LDAP I am trying to have an external postfix installation do smtp authentication over sasl+ldap to Zimbra LDAP. I have the following setup.
/etc/sysconfig/saslauthd
MECH=ldap
/etc/sasl2/smtpd.conf
pwcheck_method: saslauthd
mech_list: PLAIN LOGIN
/etc/saslauthd.conf
ldap_servers: ldap://zimbra.domain.com
ldap_bind_dn: uid=zmpostfix,cn=appaccts,cn=zimbra
ldap_password: password --- from zmlocalconfig -m nokey -s zimbra_ldap_password
ldap_tls_check_peer: no
/etc/postfix/main.cf
smtpd_sasl_local_domain =
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_sasl_path = smtpd
Obviously above configuration doesn't work as I am missing things in saslauthd.conf but as to what I am missing I am not sure. Any input would be appreciated.
Thanks
Last edited by gcakici; 05-04-2011 at 03:56 PM..
|