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
2af16ccc14
commit
b8f17b4d0f
|
@ -46,6 +46,7 @@ services:
|
||||||
- LDAP_SEARCH_BASE=dc=mydomain,dc=loc
|
- LDAP_SEARCH_BASE=dc=mydomain,dc=loc
|
||||||
- LDAP_BIND_DN=cn=Administrator,cn=Users,dc=mydomain,dc=loc
|
- LDAP_BIND_DN=cn=Administrator,cn=Users,dc=mydomain,dc=loc
|
||||||
- LDAP_BIND_PW=mypassword
|
- LDAP_BIND_PW=mypassword
|
||||||
|
- LDAP_QUERY_FILTER=(&(sAMAccountName=%U)(objectClass=person))
|
||||||
# <<< Postfix Ldap Integration
|
# <<< Postfix Ldap Integration
|
||||||
# >>> Kopano Integration
|
# >>> Kopano Integration
|
||||||
- ENABLE_POSTFIX_VIRTUAL_TRANSPORT=1
|
- ENABLE_POSTFIX_VIRTUAL_TRANSPORT=1
|
||||||
|
|
Loading…
Reference in a new issue