diff --git a/templates/saslauthd.conf.j2 b/templates/saslauthd.conf.j2 index 961babc..885647d 100644 --- a/templates/saslauthd.conf.j2 +++ b/templates/saslauthd.conf.j2 @@ -1,6 +1,8 @@ {% if postfix.ldap.enable %} ldap_servers: {{ postfix.ldap.server.host }}/ ldap_version: 3 +ldap_bind_dn: {{ postfix.ldap.bind_dn }} +ldap_bind_pw: {{ postfix.ldap.bind_pw }} ldap_search_base: {{ postfix.ldap.search_base }} ldap_scope: sub ldap_filter: mail=%u