blob: 26523ad6b9e10a3bb03c07f1b229429ff35ccff7 (
plain)
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
30
31
32
|
defaults
tls
auth
logfile ~/.msmtp.log
account %google
host smtp.gmail.com
port 465
tls_starttls off
tls_trust_file /etc/ssl/certs/ca-certificates.crt
account %mediacom
host mail.mchsi.com
auth off
account ganzeria: %mediacom
from simonparri@ganzeria.com
account zoar: %mediacom
from simon@zoar.cx
account ba.ln.ea.cx
host mail.ba.ln.ea.cx
user marsironpi
from marsironpi@ba.ln.ea.cx
passwordeval "pass show ba.ln.ea.cx | head -n1"
account sullivan-schools: %google
user 2025sparri@sullivan.k12.il.us
from 2025sparri@sullivan.k12.il.us
auth oauthbearer
passwordeval "oauth2get google 2025sparri@sullivan.k12.il.us"
|