diff options
| author | Sam Chudnick <sam@chudnick.com> | 2026-04-30 07:44:56 -0400 |
|---|---|---|
| committer | Sam Chudnick <sam@chudnick.com> | 2026-04-30 07:44:56 -0400 |
| commit | 5ad1ea21a7d46f687a3289de836cf6c76415c87f (patch) | |
| tree | 0fb2db178a337ad0e067d772d35eb469792bf458 /roles/dovecot/files/conf.d/10-auth.conf | |
| parent | 598c3cac83056c9618c59a49722889fe4944dbf6 (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.conf | 11 |
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 |
| 2 | disable_plaintext_auth = yes | 2 | auth_allow_cleartext = no |
| 3 | auth_username_format = %n | 3 | auth_username_format = %{user | username} |
| 4 | auth_mechanisms = plain | 4 | auth_mechanisms = plain |
| 5 | userdb { | 5 | userdb passwd { |
| 6 | driver = passwd | ||
| 7 | } | 6 | } |
| 8 | passdb { | 7 | passdb pam { |
| 9 | driver = pam | 8 | failure_show_msg = yes |
| 10 | } | 9 | } |
