Add LMTP for Postfix-Dovecot communication
continuous-integration/drone/push Build is failing Details

mailserver
otthorn 3 years ago
parent 809f5f9cc9
commit b2a49c1e42

@ -5,6 +5,7 @@
# IMAP/POP/STMP auth configuration
# Authentification
service auth {
# Postfix smtp-auth
@ -14,3 +15,12 @@ service auth {
group = postfix
}
}
# Local LMTP
service lmtp {
unix listener /var/spool/postfix/private/dovecot-lmtp {
group = postfix
mode = 0600
user = postfix
}
}

Loading…
Cancel
Save