diff options
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 | } |
