Merge pull request #433 from Spitfireap/fix-modoboa-dovecot-group
Change stats permission to allow doveadm pw command
This commit is contained in:
@@ -89,6 +89,21 @@ service postlogin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
service stats {
|
||||||
|
# To allow modoboa to access available cipher list.
|
||||||
|
unix_listener stats-reader {
|
||||||
|
user = vmail
|
||||||
|
group = vmail
|
||||||
|
mode = 0660
|
||||||
|
}
|
||||||
|
|
||||||
|
unix_listener stats-writer {
|
||||||
|
user = vmail
|
||||||
|
group = vmail
|
||||||
|
mode = 0660
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
service auth {
|
service auth {
|
||||||
# auth_socket_path points to this userdb socket by default. It's typically
|
# auth_socket_path points to this userdb socket by default. It's typically
|
||||||
# used by dovecot-lda, doveadm, possibly imap process, etc. Users that have
|
# used by dovecot-lda, doveadm, possibly imap process, etc. Users that have
|
||||||
|
|||||||
Reference in New Issue
Block a user