WIP: Setup of a mail server #9
1 changed files with 8 additions and 5 deletions
|
@ -5,9 +5,12 @@
|
||||||
|
|
||||||
# IMAP/POP/STMP auth configuration
|
# IMAP/POP/STMP auth configuration
|
||||||
|
|
||||||
# Postfix smtp-auth
|
service auth {
|
||||||
unix_listener /var/spool/postfix/private/auth {
|
|
||||||
mode = 0660
|
# Postfix smtp-auth
|
||||||
user = postfix
|
unix_listener /var/spool/postfix/private/auth {
|
||||||
group = postfix
|
mode = 0660
|
||||||
|
user = postfix
|
||||||
|
group = postfix
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue