aboutsummaryrefslogtreecommitdiff
path: root/.msmtprc
blob: c8fb9197fc7550485d8a570f584e1657133b7526 (plain) (blame)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
defaults
logfile ~/.msmtp.log
domain LOCALHOST

account default
host smtp.gmail.com
port 587
from rak@debian.org
tls on
tls_starttls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
tls_min_dh_prime_bits 1024
auth on
user ryanakca@gmail.com
password GMAIL_PASS

account queensu
host mail.queensu.ca
port 465
tls on
tls_starttls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
tls_certcheck on
auth on
user 9rak
password QUEENSU_PASS

account ubuntu
host smtp.gmail.com
port 587
from ryanakca@ubuntu.com
tls on
tls_starttls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
tls_min_dh_prime_bits 1024
auth on
user ryanakca@gmail.com
password GMAIL_PASS

account kubuntu
host smtp.gmail.com
port 587
from ryanakca@kubuntu.org
tls on
tls_starttls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
tls_min_dh_prime_bits 1024
auth on
user ryanakca@gmail.com
password GMAIL_PASS

account queensucs
host smtp.gmail.com
port 587
from ryan@cs.queensu.ca
tls on
tls_starttls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
tls_min_dh_prime_bits 1024
auth on
user ryanakca@gmail.com
password GMAIL_PASS

account mcgillsocs
host mail.cs.mcgill.ca
port 465
from ryank@cs.mcgill.ca
tls on
tls_starttls on
tls_trust_file /home/ryan/.mutt/certs/mcgillsocs.crt
tls_min_dh_prime_bits 1024
auth on
user ryank
password MCGSOCS_PASS

account mcgill
host smtp.mcgill.ca
port 587
from ryan.kavanagh@mail.mcgill.ca
tls on
tls_starttls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
tls_min_dh_prime_bits 1024
auth on
user ryan.kavanagh@mail.mcgill.ca
password MCGILL_PASS