Add IMAP/POP/SMTP auth conf
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
otthorn 2021-01-28 01:34:09 +01:00
parent f991befbc6
commit 026e35adc7

View file

@ -0,0 +1,13 @@
# {{ 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
}