13 lines
320 B
Django/Jinja
13 lines
320 B
Django/Jinja
# {{ ansible_managed }}
|
|
# Dovecot configuration for Aurore
|
|
# More info at https://gitea.auro.re/Aurore/ansible
|
|
# And on the Dovecot wiki : https://doc.dovecot.org/
|
|
|
|
# IMAP/POP/STMP auth configuration
|
|
|
|
# Postfix smtp-auth
|
|
unix_listener /var/spool/postfix/private/auth {
|
|
mode = 0660
|
|
user = postfix
|
|
group = postfix
|
|
}
|