You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-07 23:03:10 +02:00
docs: Fix typos (#3443)
Various typos fixed in docs, in addition to a config and ENV template.
This commit is contained in:
@ -398,8 +398,8 @@ GETMAIL_POLL=5
|
||||
# A second container for the ldap service is necessary (i.e. https://github.com/osixia/docker-openldap)
|
||||
|
||||
# with the :edge tag, use ACCOUNT_PROVISIONER=LDAP
|
||||
# empty => LDAP authentification is disabled
|
||||
# 1 => LDAP authentification is enabled
|
||||
# empty => LDAP authentication is disabled
|
||||
# 1 => LDAP authentication is enabled
|
||||
ENABLE_LDAP=
|
||||
|
||||
# empty => no
|
||||
@ -499,7 +499,7 @@ SASLAUTHD_MECH_OPTIONS=
|
||||
SASLAUTHD_LDAP_SERVER=
|
||||
|
||||
# empty => Use value of LDAP_BIND_DN
|
||||
# specify an object with priviliges to search the directory tree
|
||||
# specify an object with privileges to search the directory tree
|
||||
# e.g. active directory: SASLAUTHD_LDAP_BIND_DN=cn=Administrator,cn=Users,dc=mydomain,dc=net
|
||||
# e.g. openldap: SASLAUTHD_LDAP_BIND_DN=cn=admin,dc=mydomain,dc=net
|
||||
SASLAUTHD_LDAP_BIND_DN=
|
||||
|
Reference in New Issue
Block a user