mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-15 11:54:50 +02:00
docs: mailserver.env
- Remove unsupported SASL auth mechanisms (#4472)
This commit is contained in:
parent
902354552f
commit
c9aac24a72
1 changed files with 1 additions and 4 deletions
|
@ -531,12 +531,9 @@ POSTGREY_AUTO_WHITELIST_CLIENTS=5
|
|||
|
||||
ENABLE_SASLAUTHD=0
|
||||
|
||||
# empty => pam
|
||||
# empty => ldap
|
||||
# `ldap` => authenticate against ldap server
|
||||
# `shadow` => authenticate against local user db
|
||||
# `mysql` => authenticate against mysql db
|
||||
# `rimap` => authenticate against imap server
|
||||
# Note: can be a list of mechanisms like pam ldap shadow
|
||||
SASLAUTHD_MECHANISMS=
|
||||
|
||||
# empty => None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue