aboutsummaryrefslogtreecommitdiffstats
path: root/.msmtprc
blob: 7c6e72a76ddd1e7f38f3dbfdd422f9e4ea4cf2d7 (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
33
34
# Set default values for all following accounts.
defaults
auth on
port 587
tls on
protocol smtp
#logfile        ~/.log/msmtp.log

# dave@sleepmap.de
account sleepmap.de
host mail.sleepmap.de
from dave@sleepmap.de
user dave@sleepmap.de
passwordeval "pass2msmtp dave@sleepmap.de"
tls_trust_file .certs/sleepmap.crt

# david.runge@campus.tu-berlin.de
account tu-berlin.de
host mail.tu-berlin.de
from david.runge@campus.tu-berlin.de
user davezerave
passwordeval "pass2msmtp davezerave@mail.tu-berlin.de"
tls_trust_file .certs/tu-berlin.crt

# dave@c-base.org
account c-base.org
host c-mail.c-base.org
from dave@c-base.org
user dave
passwordeval "pass2msmtp dave@c-base.org"
tls_trust_file .certs/c-base.crt

# Set a default account
account default : sleepmap.de