From 7d8704cd257b32ca4fb1306ec139d53e16742678 Mon Sep 17 00:00:00 2001 From: William Hirigoyen Date: Thu, 9 Nov 2023 12:01:14 +0100 Subject: [PATCH] Fix sendmail_path hostname (missing domain / FQDN) --- CHANGELOG.md | 2 ++ scripts/web-add.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 445ceb9..5265f29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ The **patch** part changes is incremented if multiple releases happen the same m ### Fixed +* Fix sendmail_path hostname (missing domain / FQDN) + ### Removed ### Security diff --git a/scripts/web-add.sh b/scripts/web-add.sh index 210d07f..2230071 100755 --- a/scripts/web-add.sh +++ b/scripts/web-add.sh @@ -23,7 +23,7 @@ LOCAL_SCRIPT="$SCRIPTS_PATH/web-add.local.sh" PRE_LOCAL_SCRIPT="$SCRIPTS_PATH/web-add.pre-local.sh" TPL_AWSTATS="$SCRIPTS_PATH/awstats.XXX.conf" SSH_GROUP="evolinux-ssh" -HOST="$(hostname -s)" +HOST="$(hostname -f)" # Set to nginx if you use nginx and not apache WEB_SERVER="apache"