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
|
||||
|
||||
# Postfix smtp-auth
|
||||
unix_listener /var/spool/postfix/private/auth {
|
||||
mode = 0660
|
||||
user = postfix
|
||||
group = postfix
|
||||
service auth {
|
||||
|
||||
# Postfix smtp-auth
|
||||
unix_listener /var/spool/postfix/private/auth {
|
||||
mode = 0660
|
||||
user = postfix
|
||||
group = postfix
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue