From 5f1bbae3de83d005f029ad6f9163ccbfd13f4eb0 Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Thu, 6 Feb 2020 21:47:43 +0100 Subject: [PATCH] Increase rate limiting for outgoing mails to support the needs of ulovliglogning --- roles/docker/templates/mailu.env.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/docker/templates/mailu.env.j2 b/roles/docker/templates/mailu.env.j2 index 168fc93..c04392c 100644 --- a/roles/docker/templates/mailu.env.j2 +++ b/roles/docker/templates/mailu.env.j2 @@ -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