From 54b89d1efc24bf6d3022adf85c07c38cb9b072ef Mon Sep 17 00:00:00 2001 From: Didier 'OdyX' Raboud Date: Mon, 27 Mar 2023 22:25:38 +0200 Subject: [PATCH] Fix a later/latter typo --- docs/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index e4bac5ff..efe67326 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -247,7 +247,7 @@ controls whether HTTP headers such as ``X-Forwarded-For`` or ``X-Real-IP`` shoul The former should be the name of the HTTP header to extract the client IP address from and the later a comma separated list of IP addresses designating which proxies to trust. If you are using Mailu behind a reverse proxy, you should set both. Setting the former without -the later introduces a security vulnerability allowing a potential attacker to spoof his source address. +the latter introduces a security vulnerability allowing a potential attacker to spoof his source address. The ``TZ`` sets the timezone Mailu will use. The timezone naming convention usually uses a ``Region/City`` format. See `TZ database name`_ for a list of valid timezones This defaults to ``Etc/UTC``. Warning: if you are observing different timestamps in your log files you should change your hosts timezone to UTC instead of changing TZ to your local timezone. Using UTC allows easy log correlation with remote MTAs.