-
Notifications
You must be signed in to change notification settings - Fork 0
/
.msmtprc
44 lines (36 loc) · 971 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Set default values for all following accounts.
defaults
auth on
tls on
# tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile ~/.msmtp.log
# fsr
account krbs
host mail.krbs.me
port 587
from [email protected]
user [email protected]
passwordeval "pass [email protected] | head -1"
# fsr
account fsr
host mail.ifsr.de
port 587
from [email protected]
user krebs
passwordeval "pass ifsr | head -1"
## TU Dresden
account tud
host msx.tu-dresden.de
port 587
auth login
from [email protected]
user s2150970
passwordeval "pass 'Tu-dresden ZIH' | head -1"
account posteo
host posteo.de
port 587
auth login
from [email protected]
user [email protected]
passwordeval "pass 'posteo.de' | head -1"
account default : fsr