docs: mailserver.env - Remove unsupported SASL auth mechanisms (#4472)

This commit is contained in:
worldworm 2025-05-11 02:16:04 +02:00 committed by GitHub
parent 902354552f
commit c9aac24a72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -531,12 +531,9 @@ POSTGREY_AUTO_WHITELIST_CLIENTS=5
ENABLE_SASLAUTHD=0 ENABLE_SASLAUTHD=0
# empty => pam # empty => ldap
# `ldap` => authenticate against ldap server # `ldap` => authenticate against ldap server
# `shadow` => authenticate against local user db
# `mysql` => authenticate against mysql db
# `rimap` => authenticate against imap server # `rimap` => authenticate against imap server
# Note: can be a list of mechanisms like pam ldap shadow
SASLAUTHD_MECHANISMS= SASLAUTHD_MECHANISMS=
# empty => None # empty => None