14 lines
343 B
Text
14 lines
343 B
Text
|
# {{ ansible_managed }}
|
||
|
# Dovecot configuration for Aurore
|
||
|
# More info at https://gitea.auro.re/Aurore/ansible
|
||
|
# And on the Dovecot wiki : https://doc.dovecot.org/
|
||
|
|
||
|
# Include every configuration file in conf.d
|
||
|
!include conf.d/*.conf
|
||
|
|
||
|
# Include LDAP conf
|
||
|
!include auth-ldap.conf.ext
|
||
|
|
||
|
# Authentification mechanisms
|
||
|
auth_mechanisms = plain login
|