aboutsummaryrefslogtreecommitdiffstats
path: root/msmtprc/.msmtprc
blob: 85aabbb950dd5c77368a3b63f4eb4e8234573ea6 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
## Defaults:

defaults
auth on
tls on
tls_certcheck off
tls_starttls on

## Ninthfloor:

account ninthfloor
host ninthfloor.org
port 587
from ryuslash@ninthfloor.org
user ryuslash

## Gmail:

account gmail
host smtp.gmail.com
port 587
from ryuslash@gmail.com
user ryuslash@gmail.com

## Aethon:

# I don't actually use this account anymore.

account aethon
host smtp.gmail.com
port 587
from thomas@aethon.nl
user thomas@aethon.nl

## Ryuslash:

account ryuslash
host smtp-ryuslash.alwaysdata.net
port 587
from tom@ryuslash.org
user tom@ryuslash.org

## Picturefix:

account picturefix
host smtp.gmail.com
port 587
from tom@picturefix.nl
user tom@picturefix.nl

## Default account:

# This creates a new account called default which inherits all its
# settings from the ryuslash account.

account default : ryuslash