Update patch.sh
uncommitted Echo lines for Enter Office 365 Email Address and password
This commit is contained in:
parent
1c1951c44b
commit
fec2ebb198
4
patch.sh
4
patch.sh
|
|
@ -33,10 +33,10 @@ rm -f /etc/postfix/{main.cf,emailsetupinfo.txt,sasl_passwd,sender_canonical}
|
||||||
#Downloading Files
|
#Downloading Files
|
||||||
wget -nc -qP /etc/postfix/ https://raw.githubusercontent.com/sbennell/pve-patch/master/mail/main.cf
|
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
|
read Email
|
||||||
|
|
||||||
#echo "Enter Office 365 Email Password?"
|
echo "Enter Office 365 Email Password?"
|
||||||
read Password
|
read Password
|
||||||
|
|
||||||
echo "[smtp.office365.com]:587 $Email:$Password" >> /etc/postfix/sasl_passwd
|
echo "[smtp.office365.com]:587 $Email:$Password" >> /etc/postfix/sasl_passwd
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue