Add config in the right section
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
otthorn 2021-01-30 01:05:37 +01:00
parent c45dab323a
commit 809f5f9cc9

View file

@ -5,9 +5,12 @@
# IMAP/POP/STMP auth configuration # IMAP/POP/STMP auth configuration
# Postfix smtp-auth service auth {
unix_listener /var/spool/postfix/private/auth {
mode = 0660 # Postfix smtp-auth
user = postfix unix_listener /var/spool/postfix/private/auth {
group = postfix mode = 0660
user = postfix
group = postfix
}
} }