From 52abe55297e785210419abe79ab40b6fd3060438 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Dec 2023 20:05:17 -0600 Subject: [PATCH] Update install-postfix.sh --- install-postfix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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