Browse Source

updated msmtp

master
Mario Alegre 5 years ago
parent
commit
f192010211
  1. 3
      linux/mail/msmtp.md

3
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

Loading…
Cancel
Save