mirror of
https://github.com/chatmail/relay.git
synced 2026-05-18 09:28:57 +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 {
|
rates {
|
||||||
user = {
|
user = {
|
||||||
bucket = {
|
bucket = {
|
||||||
burst = 110;
|
burst = 60;
|
||||||
rate = "90 / 1min";
|
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