blob: 1754d3f270ba1fb351c8ffa1820936e872ab1666 (
plain) (
tree)
|
|
account purelymail
#host mail.messagingengine.com
host smtp.purelymail.com
from matt@matthewlemon.com
tls on
tls_certcheck off
tls_starttls off
#tls_trust_file /etc/ssl/certs/ca-certificates.crt
port 465
auth on
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 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
#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 : purelymail
|