1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-06-29 04:31:23 +02:00

Updated Configue LDAP (markdown)

This commit is contained in:
alinmear 2017-08-31 10:34:31 +02:00
parent 28eba2118c
commit 402f66ad20

View File

@ -77,7 +77,7 @@ services:
- LDAP_QUERY_FILTER_USER="(&(objectClass=user)(mail=%s))"
- LDAP_QUERY_FILTER_GROUP="(&(objectclass=group)(mail=%s))"
- LDAP_QUERY_FILTER_ALIAS="(&(objectClass=user)(otherMailbox=%s))"
- LDAP_QUERY_FILTER_DOMAIN="(&(|(mail=*@%s)(user=*@%s)(group=*@%s))(mailEnabled=TRUE))"
- LDAP_QUERY_FILTER_DOMAIN="(&(|(mail=*@%s)(mailalias=*@%s)(mailGroupMember=*@%s))(mailEnabled=TRUE))"
# <<< Postfix Ldap Integration
# >>> Kopano Integration