From f9049451e9d4c1a552b734b2a9ed2ae0fa38c4cf Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Wed, 29 Mar 2023 18:11:10 +0200 Subject: [PATCH] Raise message rate limit for Mailu --- 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 aee7777..9b7f782 100644 --- a/roles/docker/templates/mailu.env.j2 +++ b/roles/docker/templates/mailu.env.j2 @@ -61,7 +61,7 @@ ANTIVIRUS=none MESSAGE_SIZE_LIMIT=50000000 # Message rate limit (per user) -MESSAGE_RATELIMIT=200/day +MESSAGE_RATELIMIT=1000/day # Networks granted relay permissions # Use this with care, all hosts in this networks will be able to send mail without authentication!