diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-09-09 09:19:00 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-09-09 09:19:00 +0100 |
commit | 8dbeb2d6c11dbef1e39b9ab0fe5370a09ac70fef (patch) | |
tree | f0ac08c28da916e315d54fe560466ce40dc085e0 /msmtprc | |
parent | 31384610f9730c02cbe59b4c8e188949279bca6d (diff) |
decent offlineimap and mutt settings
Diffstat (limited to 'msmtprc')
-rw-r--r-- | msmtprc | 27 |
1 files changed, 14 insertions, 13 deletions
@@ -1,5 +1,6 @@ account matthewlemon -host mail.messagingengine.com +#host mail.messagingengine.com +host smtp.fastmail.com from matt@matthewlemon.com tls on tls_certcheck off @@ -9,20 +10,20 @@ port 465 auth on user matthewlemon@fastmail.fm #passwordeval python2 -c "import keyring; print keyring.get_password('fastmail', 'matthewlemon')" -#passwordeval pass Email/fastmail +passwordeval pass AppPasswords/fastmail-offlineimap #passwordeval gpg --no-tty -q -d /home/lemon/.password-store/Email/fastmail.gpg -passwordeval gpg -d /home/lemon/.password-store/Email/fastmail.gpg +#passwordeval gpg -d /home/lemon/.password-store/Email/fastmail.gpg logfile ~/.msmtp.log -account gmail -from matthew.lemon@gmail.com -user matthew.lemon@gmail.com -host smtp.gmail.com -port 587 -protocol smtp -auth on -tls on -tls_trust_file /etc/ssl/certs/ca-certificates.crt -passwordeval pass Email/gmail-application +#account gmail +#from matthew.lemon@gmail.com +#user matthew.lemon@gmail.com +#host smtp.gmail.com +#port 587 +#protocol smtp +#auth on +#tls on +#tls_trust_file /etc/ssl/certs/ca-certificates.crt +#passwordeval pass Email/gmail-application account default : matthewlemon |