Update patch.sh
This commit is contained in:
parent
2f2cea9fc1
commit
9dc385f12e
2
patch.sh
2
patch.sh
|
|
@ -29,7 +29,7 @@ chmod -R go= ~/.ssh
|
||||||
echo "- Seting up smtp for email alerts"
|
echo "- Seting up smtp for email alerts"
|
||||||
apt install postfix sasl2-bin mailutils -y
|
apt install postfix sasl2-bin mailutils -y
|
||||||
apt install libsasl2-modules -y
|
apt install libsasl2-modules -y
|
||||||
#wget -qP /etc/postfix/ https://raw.githubusercontent.com/sbennell/pve-patch/master/mail/{mailtest.txt,main.cf,sasl_passwd.db,sender_canonical.db}
|
wget --user=bennellit --ask-password -qP /etc/postfix/ https://bennellit.com.au/Files/noaccess/{mailtest.txt,main.cf,sasl_passwd.db,sender_canonical.db}
|
||||||
service postfix restart
|
service postfix restart
|
||||||
sendmail -v server@lab-network.xyz
|
sendmail -v server@lab-network.xyz
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue