From 6f28ea837173e98348afd8e2a1bd17a2fafe0c80 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 13 Jan 2024 20:52:14 +0300 Subject: [PATCH] Fix dovecot2 stats --- hosts/cube/mail.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/cube/mail.nix b/hosts/cube/mail.nix index c792535..15dd34e 100644 --- a/hosts/cube/mail.nix +++ b/hosts/cube/mail.nix @@ -21,7 +21,9 @@ in serverSystemConfiguration { }; dovecot = enabled { - port = 9021; + port = 9021; + socketPath = "/var/run/dovecot2/old-stats"; + user = "root"; }; postfix = enabled {