mirror of
https://github.com/tomav/docker-mailserver
synced 2025-08-31 06:15:28 +00:00
Updated Configue LDAP (markdown)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user