Update linupx-scripts.sh

This commit is contained in:
2022-05-22 15:14:10 -05:00
parent 85b6f28f21
commit 04058648e5

View File

@@ -495,6 +495,10 @@ POSTFIX_INSTALL(){
mv /etc/postfix/main.cf /etc/postfix/main.cf.bak
if [ ! -f /etc/mailname ]; then
echo "scity.us" > /etc/mailname
fi
case ${SERVERLOC} in
[Ii]) wget https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/defaults/main.cf -O /etc/postfix/main.cf;;
[Ee])