Fix dovecot socket permissions
This commit is contained in:
parent
bd2e2092a6
commit
98e4e0e31f
2 changed files with 2 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
|||
block: |
|
||||
{% filter indent(width=2, first=true) %}
|
||||
unix_listener /var/spool/postfix/private/auth {
|
||||
mode = 0660
|
||||
mode = 0600
|
||||
user = postfix
|
||||
group = postfix
|
||||
}
|
||||
|
|
|
@ -13,6 +13,7 @@ service quota-status {
|
|||
executable = /usr/lib/dovecot/quota-status -p postfix
|
||||
unix_listener /var/spool/postfix/private/quota-status {
|
||||
user = postfix
|
||||
group = postfix
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue