From 6c21c3b505b5719d2c1b2df1a4bbd71acbe13944 Mon Sep 17 00:00:00 2001 From: Eric Morino Date: Thu, 26 Aug 2021 09:51:09 +0200 Subject: [PATCH] Add configuration for listener stats write and read with correct right --- dovecot/templates/z-evolinux-defaults.conf.j2 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/dovecot/templates/z-evolinux-defaults.conf.j2 b/dovecot/templates/z-evolinux-defaults.conf.j2 index ab74ec0d..74081a57 100644 --- a/dovecot/templates/z-evolinux-defaults.conf.j2 +++ b/dovecot/templates/z-evolinux-defaults.conf.j2 @@ -35,6 +35,21 @@ service login { } mail_max_userip_connections = 42 +# Configuration pour stats dovecot +service stats { + unix_listener stats-reader { + user = vmail + group = vmail + mode = 0660 + } + + unix_listener stats-writer { + user = vmail + group = vmail + mode = 0660 + } +} + # SSL/TLS ssl = yes ssl_prefer_server_ciphers = yes