From 5ad1ea21a7d46f687a3289de836cf6c76415c87f Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Thu, 30 Apr 2026 07:44:56 -0400 Subject: Updated for Debian 13 and dovecot 2.4 --- roles/dovecot/files/conf.d/10-auth.conf | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'roles/dovecot/files/conf.d/10-auth.conf') diff --git a/roles/dovecot/files/conf.d/10-auth.conf b/roles/dovecot/files/conf.d/10-auth.conf index 7ac1eee..d6a6417 100644 --- a/roles/dovecot/files/conf.d/10-auth.conf +++ b/roles/dovecot/files/conf.d/10-auth.conf @@ -1,10 +1,9 @@ # Authentication -disable_plaintext_auth = yes -auth_username_format = %n +auth_allow_cleartext = no +auth_username_format = %{user | username} auth_mechanisms = plain -userdb { - driver = passwd +userdb passwd { } -passdb { - driver = pam +passdb pam { + failure_show_msg = yes } -- cgit v1.2.3