limit outbound mail to avoid being blacklisted

This commit is contained in:
Naglfar 2020-05-04 10:54:04 +02:00
parent 71c821624e
commit ce880a1b25
1 changed files with 4 additions and 0 deletions

View File

@ -78,3 +78,7 @@ milter_default_action = accept
smtpd_milters = inet:localhost:12301
non_smtpd_milters = inet:localhost:12301
# message delivery requests that any client is allowed (50/hr)
smtpd_client_auth_rate_limit = 50
anvil_rate_time_unit = 60m