WIP: Setup of a mail server #9
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