add support for different aliases and users ldap settings

This commit is contained in:
nd 2020-08-27 22:36:02 +02:00
parent dd0bf2be1f
commit 3d42241819
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
3 changed files with 10 additions and 6 deletions

View file

@ -3,8 +3,8 @@ server_host = {{ postfix.ldap.server.host }}
server_port = {{ postfix.ldap.server.port }}
bind_dn = {{ postfix.ldap.bind_dn }}
bind_pw = {{ postfix.ldap.bind_pw }}
search_base = {{ postfix.ldap.search_base }}
query_filter = {{ postfix.ldap.filter }}
search_base = {{ postfix.ldap.aliases.search_base }}
query_filter = {{ postfix.ldap.aliases.filter }}
result_attribute = {{ postfix.ldap.result_attributes.maildrop }}
{% else %}
# LDAP is not configured for this server.