mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Updated Configue LDAP (markdown)
This commit is contained in:
parent
28eba2118c
commit
402f66ad20
|
@ -77,7 +77,7 @@ services:
|
||||||
- LDAP_QUERY_FILTER_USER="(&(objectClass=user)(mail=%s))"
|
- LDAP_QUERY_FILTER_USER="(&(objectClass=user)(mail=%s))"
|
||||||
- LDAP_QUERY_FILTER_GROUP="(&(objectclass=group)(mail=%s))"
|
- LDAP_QUERY_FILTER_GROUP="(&(objectclass=group)(mail=%s))"
|
||||||
- LDAP_QUERY_FILTER_ALIAS="(&(objectClass=user)(otherMailbox=%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
|
# <<< Postfix Ldap Integration
|
||||||
|
|
||||||
# >>> Kopano Integration
|
# >>> Kopano Integration
|
||||||
|
|
Loading…
Reference in a new issue