From 5911ee605658328bbba375ecfab17bcd63bce54e Mon Sep 17 00:00:00 2001 From: Dimitri Huisman Date: Sat, 13 Nov 2021 14:35:23 +0000 Subject: [PATCH] Reworded changelog that it is very important to set the new configuration parameters --- towncrier/newsfragments/1962.bugfix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/towncrier/newsfragments/1962.bugfix b/towncrier/newsfragments/1962.bugfix index 423271a9..70b2aa72 100644 --- a/towncrier/newsfragments/1962.bugfix +++ b/towncrier/newsfragments/1962.bugfix @@ -1,4 +1,5 @@ Reverse proxy documentation has been updated to reflect new security hardening from PR#1959. -If you do not set the required header, Mailu will not have access to the real ip address of the connecting client. +If you do not set the configuration parameters in Mailu what reverse proxy header to trust, +then Mailu will not have access to the real ip address of the connecting client. This means that rate limiting will not properly work. You can also not use fail2ban. -It is very important to set this header when using a reverse proxy. \ No newline at end of file +It is very important to configure this when using a reverse proxy.