[Rspamd] Set bounce RL to 20 / 1h ; Fix BAZAR (test)

This commit is contained in:
andryyy
2020-04-29 21:08:33 +02:00
parent 3459c13022
commit bba9adaa6e
2 changed files with 3 additions and 3 deletions

View File

@@ -3,8 +3,8 @@ rates {
to = "100 / 1s";
to_ip = "100 / 1s";
to_ip_from = "100 / 1s";
bounce_to = "10 / 1h";
bounce_to_ip = "10 / 1h";
bounce_to = "20 / 1h";
bounce_to_ip = "20 / 1h";
}
whitelisted_rcpts = "postmaster,mailer-daemon";
max_rcpt = 25;