[Rspamd] Disable default authenticated user ratelimit

master
André 2018-06-24 11:40:31 +02:00
parent 02b1226312
commit b8973648ff
1 changed files with 1 additions and 2 deletions

View File

@ -5,10 +5,9 @@ rates {
to_ip_from = "100 / 1s"; to_ip_from = "100 / 1s";
bounce_to = "100 / 1s"; bounce_to = "100 / 1s";
bounce_to_ip = "100 / 1s"; bounce_to_ip = "100 / 1s";
user = "100 / 1s";
} }
whitelisted_rcpts = "postmaster,mailer-daemon"; whitelisted_rcpts = "postmaster,mailer-daemon";
max_rcpt = 5; max_rcpt = 5;
custom_keywords = "/etc/rspamd/lua/ratelimit.lua"; custom_keywords = "/etc/rspamd/lua/ratelimit.lua";
user_keywords = ["user", "customrl"]; user_keywords = ["customrl"];
dynamic_rates = { customrl = "customrl"} dynamic_rates = { customrl = "customrl"}