summary refs log tree commit diff
path: root/msmtp/config
blob: 6d95187e2f23460b993899151498ba2d73c757d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
defaults
auth on
tls on

account fastmail
host smtp.fastmail.com
port 465
tls_starttls off
from noa@gaiwan.org
user noa@gaiwan.org
passwordeval "pass msmtp-baby | head -n1"

account noa.pub
host mail.noa.pub
port 465
tls_starttls off
from noa@noa.pub
user noa@noa.pub

account default: noa.pub