Disabled reject action in rspamd

(cherry picked from commit a191bc2dc2235f79ad438603269fafdfab7edef6)
This commit is contained in:
Philipp Dörfler 2021-01-30 12:23:53 +00:00
parent 0c4b9a8985
commit 0d0c49e0f3

View File

@ -42,6 +42,14 @@ in
backend = "redis";
}
''; };
"actions.conf" = {
text = ''
reject = null; # Disable rejects, default is 15
add_header = 6; # Add header when reaching this score
greylist = 4; # Apply greylisting when reaching this score (will emit `soft reject action`)
'';
};
"antivirus.conf" = lib.mkIf cfg.virusScanning { text = ''
clamav {
action = "reject";