From 681b5c243983edb1ba29efbee8e2cfb19b3cdf18 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 22 May 2022 13:41:41 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 7c6834d..0c588a1 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -500,9 +500,10 @@ POSTFIX_INSTALL(){ echo -e -n "${idsCL[LightCyan]}Password for scity.us domain email: ${idsCL[Default]}" read -s PASSWORD echo - wget https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/defaults/main.auth.cf -O /etc/postfix/main.cf;; + wget https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/defaults/main.auth.cf -O /etc/postfix/main.cf sed -i "s/<>/${USERNAME}/g" main.cf sed -i "s/<>/${PASSWORD}/g" main.cf + ;; esac wget https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/defaults/sender_canonical -O /etc/postfix/sender_canonical