Update linupx-scripts.sh
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user