From f1920102110efd64436b509ea749faf29b82a9ce Mon Sep 17 00:00:00 2001 From: Mario Alegre Date: Sun, 13 Dec 2020 04:02:35 -0500 Subject: [PATCH] updated msmtp --- linux/mail/msmtp.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux/mail/msmtp.md b/linux/mail/msmtp.md index 04f645a..88fe96b 100644 --- a/linux/mail/msmtp.md +++ b/linux/mail/msmtp.md @@ -13,7 +13,8 @@ edit `/etc/msmtprc`: # This allows msmtp to be used like /usr/sbin/sendmail. defaults -# Use TLS on port 465 +# Port 587 is preferred, because ISPs often block port 25 +port 587 tls on tls_starttls on logfile /var/log/mail.log