[Rspamd] Increase bounce_to limit

master
andryyy 2020-11-16 11:56:12 +01:00
parent 21a75c1fd1
commit c1376b4f4c
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 2 additions and 2 deletions

View File

@ -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;