diff options
author | luxagraf <sng@luxagraf.net> | 2020-04-28 10:51:10 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-04-28 10:51:10 -0400 |
commit | 9cb49dc6454ed3d916d7bb0490275650d4a5e54c (patch) | |
tree | 78f7a65c06784174d78b3f59720bdd1a3ec288e1 /.msmtprc | |
parent | 4f2609a1ce3a625389d653ce6e1ef5e65cd73ba9 (diff) |
changed to migadu for email
Diffstat (limited to '.msmtprc')
-rw-r--r-- | .msmtprc | 16 |
1 files changed, 5 insertions, 11 deletions
@@ -1,23 +1,17 @@ -account luxagraf@fastmail.fm -host mail.messagingengine.com +account sng@luxagraf.net +host smtp.migadu.com port 587 protocol smtp auth on from sng@luxagraf.net -user luxagraf@fastmail.fm -passwordeval "gpg2 --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/fastmail.com.gpg" +user sng@luxagraf.net +passwordeval "gpg2 --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/sng@luxagraf.net.gpg" tls on #tls_trust_file ~/.mutt/DigiCertHighAssuranceEVRootCA.crt tls_trust_file /etc/ssl/certs/ca-certificates.crt logfile ~/.msmtp.log -account default : luxagraf@fastmail.fm - -account Fastmailwired : luxagraf@fastmail.fm -from scott_gilbertson@wired.com - -account Fastmaillhp: luxagraf@fastmail.fm -from scott@longhandpixels.net +account default : sng@luxagraf.net tls on tls_nocertcheck |