From 1e3a6ff505f66d49aba0764169c5349d775a926a Mon Sep 17 00:00:00 2001 From: worldworm <13227454+worldworm@users.noreply.github.com> Date: Wed, 7 May 2025 22:32:14 +0000 Subject: [PATCH] fix: removes legacy auth mechanisms from env --- mailserver.env | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mailserver.env b/mailserver.env index 5ae0027b..0c22277d 100644 --- a/mailserver.env +++ b/mailserver.env @@ -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