forked from data.coop/ansible
Increase rate limiting for outgoing mails to support the needs of ulovliglogning
This commit is contained in:
parent
cd2424999f
commit
5f1bbae3de
|
@ -41,7 +41,7 @@ POSTMASTER=admin
|
|||
TLS_FLAVOR=mail
|
||||
|
||||
# Authentication rate limit (per source IP address)
|
||||
AUTH_RATELIMIT=10/minute;1000/hour
|
||||
AUTH_RATELIMIT=120/minute;1200/hour
|
||||
|
||||
# Opt-out of statistics, replace with "True" to opt out
|
||||
DISABLE_STATISTICS=False
|
||||
|
|
Loading…
Reference in a new issue