summaryrefslogtreecommitdiffstats
path: root/msmtprc
blob: 3a5c3aba2a35e7dd46a0ed59df0575ee22538971 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
account matthewlemon
#host mail.messagingengine.com
host smtp.fastmail.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 matthewlemon@fastmail.fm
#passwordeval python2 -c "import keyring; print keyring.get_password('fastmail', 'matthewlemon')"
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
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 : matthewlemon