blob: aec1c788cfbb55efe980bbdb771b58cb540d93a7 [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001rates {
2 # Format: "1 / 1h" or "20 / 1m" etc. - global ratelimits are disabled by default
3 to = "100 / 1s";
4 to_ip = "100 / 1s";
5 to_ip_from = "100 / 1s";
6 bounce_to = "100 / 1h";
7 bounce_to_ip = "7 / 1m";
8}
9whitelisted_rcpts = "postmaster,mailer-daemon";
10max_rcpt = 25;
11custom_keywords = "/etc/rspamd/lua/ratelimit.lua";
12info_symbol = "RATELIMITED";