From 0fe30948538a76e98e77121587c2f492ed302e79 Mon Sep 17 00:00:00 2001 From: moira Date: Sun, 16 Oct 2022 14:35:49 +0200 Subject: [PATCH] services/mail: renable postfix logs --- services/mail.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/services/mail.nix b/services/mail.nix index 8061b63..1a771ea 100644 --- a/services/mail.nix +++ b/services/mail.nix @@ -6,7 +6,6 @@ # reduce log spam systemd.services.rspamd.serviceConfig.LogLevelMax = 3; # this is set to error because rspamd regularly complains about not enough learns - systemd.services.postfix.serviceConfig.LogLevelMax = 5; # = notice systemd.services.dovecot2.serviceConfig.LogLevelMax = 5; # = notice # stop postfix from dying if rspamd hiccups