From b68c557caf0e2274928fc32a69704fbe40d27039 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 13 Aug 2019 15:00:31 -0400 Subject: msmtp: adopt --- templates/.msmtprc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/.msmtprc diff --git a/templates/.msmtprc b/templates/.msmtprc new file mode 100644 index 0000000..b5d37ca --- /dev/null +++ b/templates/.msmtprc @@ -0,0 +1,15 @@ +defaults +logfile ~/.msmtp.log +auth on +tls on +tls_starttls on +tls_trust_file /etc/ssl/cert.pem + +account fastmail +host smtp.fastmail.com +port 465 +tls_starttls off +auth plain +user benburwell@fastmail.com +passwordeval pass mail/benburwell@fastmail.com + -- cgit v1.2.3