summaryrefslogtreecommitdiff
path: root/email/.msmtprc
blob: 7d8cc4f39f6f80ab85cba5dc2541c7124ffd7ada (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
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile ~/.msmtp.log

# mailbox
account mailbox
host smtp.mailbox.org
port 465
tls_starttls off
from julian@jtle.dk
user julian@jtle.dk
passwordeval "pass show mail | head -n 2"
auth on


# default account
account default : mailbox