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