services/mail: renable postfix logs

This commit is contained in:
Moira 2022-10-16 14:35:49 +02:00
parent f64b1f9534
commit 0fe3094853
Signed by: moira
GPG key ID: AF92FDD91CB44B2F

View file

@ -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