1
0
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:
downtownallday 2023-10-05 21:53:46 -04:00
parent 5c4c75c111
commit 7abd7b3da6

View File

@ -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;
service auth {
unix_listener auth-postfix {
mode = 0666
user = postfix
mode = 0660
user = dovecot
group = postfix
}
}