2026-02-10 17:24:59 -03:00
|
|
|
# Dovecot authentication configuration
|
|
|
|
|
# Ansible managed: {{ ansible_managed }}
|
|
|
|
|
|
|
|
|
|
disable_plaintext_auth = {{ 'yes' if dovecot_ssl == 'required' else 'no' }}
|
|
|
|
|
auth_mechanisms = {{ dovecot_auth_mechanisms }}
|
|
|
|
|
|
2026-02-10 17:51:23 -03:00
|
|
|
!include auth-dovecot-users.conf.ext
|
2026-02-10 17:24:59 -03:00
|
|
|
!include auth-system.conf.ext
|