mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-03 00:07:05 +00:00
Tighten permissions of the shared postfix/dovecot auth socket
This commit is contained in:
parent
5c4c75c111
commit
7abd7b3da6
@ -102,8 +102,8 @@ ln -sf /etc/dovecot/dovecot-ldap.conf.ext /etc/dovecot/dovecot-userdb-ldap.conf.
|
|||||||
cat > /etc/dovecot/conf.d/99-local-auth.conf << EOF;
|
cat > /etc/dovecot/conf.d/99-local-auth.conf << EOF;
|
||||||
service auth {
|
service auth {
|
||||||
unix_listener auth-postfix {
|
unix_listener auth-postfix {
|
||||||
mode = 0666
|
mode = 0660
|
||||||
user = postfix
|
user = dovecot
|
||||||
group = postfix
|
group = postfix
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user