From fec2ebb1982024fa4ae25a5555dd1e501fad401a Mon Sep 17 00:00:00 2001 From: Stewart Bennell Date: Fri, 5 Jun 2020 18:16:24 +1000 Subject: [PATCH] Update patch.sh uncommitted Echo lines for Enter Office 365 Email Address and password --- patch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patch.sh b/patch.sh index d6ace9f..ea1a0c0 100644 --- a/patch.sh +++ b/patch.sh @@ -33,10 +33,10 @@ rm -f /etc/postfix/{main.cf,emailsetupinfo.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?" +echo "Enter Office 365 Email Address?" read Email -#echo "Enter Office 365 Email Password?" +echo "Enter Office 365 Email Password?" read Password echo "[smtp.office365.com]:587 $Email:$Password" >> /etc/postfix/sasl_passwd