forked from mauro/ansible-role-postfix
simplificando config
This commit is contained in:
17
files/11-postfix.conf
Normal file
17
files/11-postfix.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
# LMTP delivery service for Postfix
|
||||
service lmtp {
|
||||
unix_listener /var/spool/postfix/private/dovecot-lmtp {
|
||||
mode = 0600
|
||||
group = postfix
|
||||
user = postfix
|
||||
}
|
||||
}
|
||||
|
||||
# Authentication service for Postfix
|
||||
service auth {
|
||||
unix_listener /var/spool/postfix/private/auth {
|
||||
mode = 0660
|
||||
user = postfix
|
||||
group = postfix
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user