1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-06-01 12:13:06 +00:00

[Rspamd] Set bounce_to ratelimit to 10 / 1m to hopefully reduce backscatter spam

This commit is contained in:
andryyy
2020-12-07 11:08:49 +01:00
parent a76d5628bc
commit 96324aa4b5
+1 -1
View File
@@ -4,7 +4,7 @@ rates {
to_ip = "100 / 1s";
to_ip_from = "100 / 1s";
bounce_to = "100 / 1h";
bounce_to_ip = "100 / 1h";
bounce_to_ip = "10 / 1m";
}
whitelisted_rcpts = "postmaster,mailer-daemon";
max_rcpt = 25;