mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
rspamd: Significantly lower ratelimit; without read receipts this should be more than fine
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
rates {
|
||||
user = {
|
||||
bucket = {
|
||||
burst = 110;
|
||||
rate = "90 / 1min";
|
||||
burst = 60;
|
||||
rate = "40 / 1min";
|
||||
}
|
||||
}
|
||||
}
|
||||
whitelisted_user = "/etc/rspamd/local.d/whitelisted_users_ratelimit.map"
|
||||
whitelisted_user = "/etc/rspamd/local.d/whitelisted_users_ratelimit.map";
|
||||
|
||||
Reference in New Issue
Block a user