From 7ccc282e30319927a98cb83b6e9715d127dbdb3b Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Fri, 24 Jun 2022 21:33:12 -0400 Subject: [PATCH] Revert "increase spam message size limit" This reverts commit 6cf73ca3307b54d8a32402fabbdd992a5ac0134f. Mail server has been having OOM problems seemingly from spamd, seeing if reducing message size limit back to the default prevents the problem. Unclear if increasing the limit improved spam scanning anyway. --- conf.d/transport/20_exim4-config_spamcheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/transport/20_exim4-config_spamcheck b/conf.d/transport/20_exim4-config_spamcheck index a63c328..28600a9 100644 --- a/conf.d/transport/20_exim4-config_spamcheck +++ b/conf.d/transport/20_exim4-config_spamcheck @@ -7,7 +7,7 @@ spamcheck: driver = pipe command = /usr/sbin/exim4 -oMr spam-scanned -bS use_bsmtp - transport_filter = /usr/bin/spamc -x -d minsky-private.hcoop.net -s 5242880 + transport_filter = /usr/bin/spamc -x -d minsky-private.hcoop.net home_directory = "/var/local/mail-tokens" current_directory = "/var/local/mail-tokens" user = Debian-exim -- 2.20.1