diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-30 20:37:11 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-30 20:37:11 +0100 |
commit | 734bbe593468b0a7898ea991c0bcdef7c7d3f208 (patch) | |
tree | 9b7c29f7164b213847c3b173b25d34c1f507f5b4 /msmtprc | |
parent | ffd603aac3c5a9330c58c801daabd15706e2fb56 (diff) |
Purelymail!
Diffstat (limited to '')
-rw-r--r-- | msmtprc | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,6 +1,6 @@ -account matthewlemon +account purelymail #host mail.messagingengine.com -host smtp.fastmail.com +host smtp.purelymail.com from matt@matthewlemon.com tls on tls_certcheck off @@ -8,9 +8,10 @@ tls_starttls off #tls_trust_file /etc/ssl/certs/ca-certificates.crt port 465 auth on -user mrlemon@mailforce.net +user mrlemon@purelymail.com +passwordeval pass purelymail_neomutt #passwordeval python2 -c "import keyring; print keyring.get_password('fastmail', 'matthewlemon')" -passwordeval pass evolution_email_fastmail +#passwordeval pass evolution_email_fastmail #passwordeval gpg --no-tty -q -d /home/lemon/.password-store/Email/fastmail.gpg #passwordeval gpg -d /home/lemon/.password-store/Email/fastmail.gpg logfile ~/.msmtp.log @@ -26,4 +27,4 @@ logfile ~/.msmtp.log #tls_trust_file /etc/ssl/certs/ca-certificates.crt #passwordeval pass Email/gmail-application -account default : matthewlemon +account default : purelymail |