do not use virtual mailboxes, but virtual aliases

This commit is contained in:
Christian Carstensen 2020-07-28 16:05:43 +02:00
parent 142d058e43
commit 6749cf61c7
2 changed files with 1 additions and 10 deletions

View file

@ -106,8 +106,8 @@ virtual_transport = dovecot
{% endif %} {% endif %}
# Virtual maps # Virtual maps
virtual_alias_domains = {{ postfix.virtual_alias_domains|join(' ') }}
virtual_alias_maps = {{ postfix.virtual_alias_maps }} virtual_alias_maps = {{ postfix.virtual_alias_maps }}
virtual_mailbox_domains = {{ postfix.virtual_mailbox_domains|join(' ') }}
# opendkim # opendkim

View file

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