From f82cab5a983de9306685735d588833f5d7493c56 Mon Sep 17 00:00:00 2001 From: Stewart Bennell Date: Fri, 29 May 2020 19:40:51 +1000 Subject: [PATCH] Update patch.sh --- patch.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/patch.sh b/patch.sh index 4003915..4a26048 100644 --- a/patch.sh +++ b/patch.sh @@ -32,11 +32,11 @@ rm -f /etc/postfix/{main.cf,mailtest.txt,sasl_passwd,sender_canonical} #Downloading Files wget -nc -qP /etc/postfix/ https://raw.githubusercontent.com/sbennell/pve-patch/master/mail/main.cf -echo Enter Office 365 Email Address? -read; Email +echo "Enter Office 365 Email Address?" +read Email -echo Enter Office 365 Email Password? -read; Password +echo "Enter Office 365 Email Password?" +read Password echo "[smtp.office365.com]:587 $Email:$Password" >> /etc/postfix/sasl_passwd echo "/.+/ $Email" >> /etc/postfix/sender_canonical