Add LMTP for Postfix-Dovecot communication
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
809f5f9cc9
commit
b2a49c1e42
1 changed files with 10 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
# IMAP/POP/STMP auth configuration
|
# IMAP/POP/STMP auth configuration
|
||||||
|
|
||||||
|
# Authentification
|
||||||
service auth {
|
service auth {
|
||||||
|
|
||||||
# Postfix smtp-auth
|
# Postfix smtp-auth
|
||||||
|
@ -14,3 +15,12 @@ service auth {
|
||||||
group = postfix
|
group = postfix
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Local LMTP
|
||||||
|
service lmtp {
|
||||||
|
unix listener /var/spool/postfix/private/dovecot-lmtp {
|
||||||
|
group = postfix
|
||||||
|
mode = 0600
|
||||||
|
user = postfix
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue