limit outbound mail to avoid being blacklisted
This commit is contained in:
parent
71c821624e
commit
ce880a1b25
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue