add dovecot stats service and use correct permissions

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2019-08-11 11:12:53 +02:00
parent 76c4486d26
commit 7ba72269a4

View File

@@ -3413,6 +3413,17 @@ service dict {
#group =
}
}
service stats {
unix_listener stats-reader {
group = vmail
mode = 0666
}
unix_listener stats-writer {
group = vmail
mode = 0666
}
}
]]>
</content>
</file>