Add config in the right section

This commit is contained in:
otthorn 2021-01-30 01:05:37 +01:00 committed by Otthorn
parent 4bcdbec9c4
commit 3b19ef06ee

View file

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