fix stats permission, to run doveadm by postfixadmin

This commit is contained in:
Geno 2021-03-30 10:57:20 +02:00
parent ad48d5243b
commit 58314f59c2
1 changed files with 10 additions and 0 deletions

View File

@ -14,3 +14,13 @@ service old-stats {
port = 24242
}
}
service stats {
unix_listener stats-reader {
group = vmail
mode = 0666
}
unix_listener stats-writer {
group = vmail
mode = 0666
}
}