diff options
author | Ben Burwell <ben@benburwell.com> | 2019-08-13 15:00:31 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2019-08-13 15:00:31 -0400 |
commit | b68c557caf0e2274928fc32a69704fbe40d27039 (patch) | |
tree | 7cd38b82746d7eb2add0e062bc81e861f70c3149 /templates/.msmtprc | |
parent | e6c7c5b4b3af9a576aecabb55fd3fe55f4c8ef40 (diff) |
msmtp: adopt
Diffstat (limited to 'templates/.msmtprc')
-rw-r--r-- | templates/.msmtprc | 15 |
1 files changed, 15 insertions, 0 deletions
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 + |