From fb2f1e8031d8cfcc667d4811a4b1d4a75a7aaf08 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Fri, 21 May 2021 22:06:37 +0200 Subject: [PATCH] dovecot: fix stats service errors --- dovecot.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/dovecot.nix b/dovecot.nix index 417f1a1..44cacf5 100644 --- a/dovecot.nix +++ b/dovecot.nix @@ -62,6 +62,19 @@ let } } + service stats { + unix_listener stats-reader { + user = dovecot2 + group = dovecot2 + mode = 0660 + } + unix_listener stats-writer { + user = dovecot2 + group = dovecot2 + mode = 0660 + } + } + protocol lmtp { mail_plugins = sieve }