Add LMTP for Postfix-Dovecot communication

This commit is contained in:
otthorn 2021-01-30 01:10:31 +01:00 committed by Otthorn
parent 3b19ef06ee
commit 0d9de57a78

View file

@ -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
}
}