-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmsmtprc
30 lines (25 loc) · 798 Bytes
/
msmtprc
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
# Set default values for all following accounts.
defaults
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile ~/.local/share/msmtp.log
account ugent
from felix.vanderjeugt@ugent.be
auth xoauth2
host outlook.office365.com
port 587
user felix.vanderjeugt@ugent.be
tls on
tls_starttls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
passwordeval "mfauth access microsoft"
account posteo
host posteo.de
port 587
from felix.vanderjeugt@posteo.net
user felix.vanderjeugt@posteo.net
passwordeval "pass show web/posteo.de | head -1"
account posteoplus : posteo
from felixvdj@posteo.be
account default : posteo