ansible/roles/dovecot/templates/conf.d/10-master.conf.j2
Solal Nathan 52a29ff010
Some checks failed
continuous-integration/drone/push Build is failing
Fix syntax: don't forget the underscore
2021-01-30 01:14:53 +01:00

26 lines
517 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
# Authentification
service auth {
# Postfix smtp-auth
unix_listener /var/spool/postfix/private/auth {
mode = 0660
user = postfix
group = postfix
}
}
# Local LMTP
service lmtp {
unix_listener /var/spool/postfix/private/dovecot-lmtp {
group = postfix
mode = 0600
user = postfix
}
}