Update linupx-scripts.sh

This commit is contained in:
2022-05-22 13:41:41 -05:00
parent 61b179f18f
commit 681b5c2439

View File

@@ -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>>/${USERNAME}/g" main.cf
sed -i "s/<<PASSWORD>>/${PASSWORD}/g" main.cf
;;
esac
wget https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/defaults/sender_canonical -O /etc/postfix/sender_canonical