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 {