From ac4625456f8d3490f4e67281a81e88c13f26800f Mon Sep 17 00:00:00 2001 From: Stewart Bennell Date: Thu, 28 May 2020 19:29:48 +1000 Subject: [PATCH] Update patch.sh --- patch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patch.sh b/patch.sh index b0fc38d..0f4f956 100644 --- a/patch.sh +++ b/patch.sh @@ -28,7 +28,7 @@ chmod -R go= ~/.ssh #echo "- Seting up smtp for email alerts" -rm -f /etc/postfix/{mailtest.txt,main.cf,sasl_passwd,sender_canonical} +rm -f /etc/postfix/{mailtest.txt,sasl_passwd,sender_canonical} wget -nc -P /etc/postfix/ https://raw.githubusercontent.com/sbennell/pve-patch/master/mail/mailtest.txt #wget -nc -P /etc/postfix/ https://raw.githubusercontent.com/sbennell/pve-patch/master/mail/main.cf wget --user=bennellit --ask-password -P /etc/postfix/ https://bennellit.com.au/Files/noaccess/{sasl_passwd,sender_canonical} @@ -41,4 +41,4 @@ chmod 644 /etc/postfix/sender_canonical /etc/postfix/sender_canonical.db service postfix restart sendmail -v server@lab-network.xyz < /etc/postfix/mailtest.txt -echo "- done!" \ No newline at end of file +echo "- done!"