From 2681d6dedcf845a35a277faef44d34a545618036 Mon Sep 17 00:00:00 2001 From: s0ftcorn Date: Mon, 26 May 2025 13:48:33 +0200 Subject: [PATCH] Update mailserver.env Changed the description of OVERRIDE_HOSTNAME environment variable, to raise awareness of unforeseen side effects. --- mailserver.env | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mailserver.env b/mailserver.env index b1496025..4c35fb9d 100644 --- a/mailserver.env +++ b/mailserver.env @@ -10,7 +10,10 @@ # ----------------------------------------------- # empty => uses the `hostname` command to get the mail server's canonical hostname -# => Specify a fully-qualified domainname to serve mail for. This is used for many of the config features so if you can't set your hostname (e.g. you're in a container platform that doesn't let you) specify it in this environment variable. +# => Specify a fully-qualified domainname to serve mail for. This is used for many of the config features so +# if you can't set your hostname (e.g. you're in a container platform that doesn't let you) specify it in +# this environment variable. +# **WARNING**: Setting OVERRIDE_HOSTNAME can have difficult to predict side effects. OVERRIDE_HOSTNAME= # REMOVED in version v11.0.0! Use LOG_LEVEL instead.