diff --git a/install-postfix.sh b/install-postfix.sh index e894cc9..78da222 100755 --- a/install-postfix.sh +++ b/install-postfix.sh @@ -58,7 +58,7 @@ case "$choice" in echo -e -n "${idsCL[LightCyan]}Password for direct: ${idsCL[Default]}" read -s PASSWORD echo - wget https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/defaults/direc.auth.cf -O /etc/postfix/main.cf + wget https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/defaults/direct.auth.cf -O /etc/postfix/main.cf echo "[pro.turbo-smtp.com]:587 ${USERNAME}:${PASSWORD}" > /etc/postfix/sasl_passwd sudo chmod 600 /etc/postfix/sasl_passwd sudo postmap /etc/postfix/sasl_passwd