Add bind_dn and bind_pw to saslauthd config
This commit is contained in:
parent
9bcc691d91
commit
9b02f1f25f
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue