updated virtual-aliases template

This commit is contained in:
Christian Carstensen 2020-07-28 16:06:16 +02:00
parent 6749cf61c7
commit 9c1a08e501

View file

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