1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-12 10:45:14 +02:00

[Rspamd] Disable default authenticated user ratelimit

This commit is contained in:
André 2018-06-24 11:40:31 +02:00
parent 02b1226312
commit b8973648ff

View File

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