Add LMTP for Postfix-Dovecot communication
This commit is contained in:
parent
3b19ef06ee
commit
0d9de57a78
1 changed files with 10 additions and 0 deletions
|
@ -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…
Reference in a new issue