aboutsummaryrefslogtreecommitdiffstats
path: root/msmtprc/.msmtprc
blob: f1436fe535e3c8b7adce87f48c7811f9ea3463b1 (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.alwaysdata.com
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