From 04058648e522b56b861373e8ac279aae68344c19 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 22 May 2022 15:14:10 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 64b4da7..c574026 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -495,6 +495,10 @@ POSTFIX_INSTALL(){ mv /etc/postfix/main.cf /etc/postfix/main.cf.bak + if [ ! -f /etc/mailname ]; then + echo "scity.us" > /etc/mailname + fi + case ${SERVERLOC} in [Ii]) wget https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/defaults/main.cf -O /etc/postfix/main.cf;; [Ee])