Increase rate limiting for outgoing mails to support the needs of ulovliglogning

This commit is contained in:
Jesper Hess 2020-02-06 21:47:43 +01:00
parent cd2424999f
commit 5f1bbae3de
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 1 additions and 1 deletions

View File

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