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