Add bind_dn and bind_pw to saslauthd config

This commit is contained in:
Morre 2020-07-10 11:33:03 +02:00
parent 9bcc691d91
commit 9b02f1f25f
No known key found for this signature in database
GPG key ID: 5D9B9B1B8F424BBC

View file

@ -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