Fix sendmail_path hostname (missing domain / FQDN)

This commit is contained in:
William Hirigoyen 2023-11-09 12:01:14 +01:00
parent 72e39f297e
commit 7d8704cd25
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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"