aboutsummaryrefslogtreecommitdiff
path: root/roles/dovecot/files/conf.d/10-auth.conf
diff options
context:
space:
mode:
authorSam Chudnick <sam@chudnick.com>2026-04-30 07:44:56 -0400
committerSam Chudnick <sam@chudnick.com>2026-04-30 07:44:56 -0400
commit5ad1ea21a7d46f687a3289de836cf6c76415c87f (patch)
tree0fb2db178a337ad0e067d772d35eb469792bf458 /roles/dovecot/files/conf.d/10-auth.conf
parent598c3cac83056c9618c59a49722889fe4944dbf6 (diff)
Updated for Debian 13 and dovecot 2.4
Diffstat (limited to 'roles/dovecot/files/conf.d/10-auth.conf')
-rw-r--r--roles/dovecot/files/conf.d/10-auth.conf11
1 files changed, 5 insertions, 6 deletions
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 @@
1# Authentication 1# Authentication
2disable_plaintext_auth = yes 2auth_allow_cleartext = no
3auth_username_format = %n 3auth_username_format = %{user | username}
4auth_mechanisms = plain 4auth_mechanisms = plain
5userdb { 5userdb passwd {
6 driver = passwd
7} 6}
8passdb { 7passdb pam {
9 driver = pam 8 failure_show_msg = yes
10} 9}