From 6c1407a9063dbd09e12770344ced31e05f1b8bda Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 22 May 2022 14:06:28 -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 ad0057f..d872eb7 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -495,6 +495,7 @@ POSTFIX_INSTALL(){ [Ii]) wget https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/defaults/main.cf -O /etc/postfix/main.cf;; [Ee]) + echo echo -e -n "${idsCL[LightCyan]}Username for scity.us domain email: ${idsCL[Default]}" read USERNAME echo @@ -502,7 +503,7 @@ POSTFIX_INSTALL(){ read -s PASSWORD echo wget https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/defaults/main.auth.cf -O /etc/postfix/main.cf - echo "smtp.scity.us ${USERNAME}@scity.us:${PASSWORD}" > /etc/postfx/sasl_passwd + echo "mail.scity.us ${USERNAME}@scity.us:${PASSWORD}" > /etc/postfix/sasl_passwd sudo chmod 600 /etc/postfix/sasl_passwd sudo postmap /etc/postfix/sasl_passwd ;;