mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-10 04:18:10 +02:00
[Rspamd] Increase bounce_to limit
This commit is contained in:
parent
21a75c1fd1
commit
c1376b4f4c
@ -3,8 +3,8 @@ rates {
|
||||
to = "100 / 1s";
|
||||
to_ip = "100 / 1s";
|
||||
to_ip_from = "100 / 1s";
|
||||
bounce_to = "25 / 1h";
|
||||
bounce_to_ip = "25 / 1h";
|
||||
bounce_to = "100 / 1h";
|
||||
bounce_to_ip = "100 / 1h";
|
||||
}
|
||||
whitelisted_rcpts = "postmaster,mailer-daemon";
|
||||
max_rcpt = 25;
|
||||
|
Loading…
Reference in New Issue
Block a user