blob: 5a67df2470e6bd0d75c4f79a980484e70bedf61e (
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
defaults
logfile ~/.msmtp.log
domain LOCALHOST
account default
from rak@debian.org
host smtp.gmail.com
port 587
tls on
tls_starttls on
tls_trust_file SSL_CERTS
auth on
user ryanakca@gmail.com
password GMAIL_PASS
account queensu
from ryan.kavanagh@queensu.ca
host smtp.office365.com
port 587
tls on
tls_starttls on
tls_trust_file SSL_CERTS
tls_certcheck on
auth on
user 9rak@queensu.ca
password QUEENSU_PASS
account ubuntu
from ryanakca@ubuntu.com
host smtp.gmail.com
port 587
tls on
tls_starttls on
tls_trust_file SSL_CERTS
auth on
user ryanakca@gmail.com
password GMAIL_PASS
account kubuntu
from ryanakca@kubuntu.org
host smtp.gmail.com
port 587
tls on
tls_starttls on
tls_trust_file SSL_CERTS
auth on
user ryanakca@gmail.com
password GMAIL_PASS
account queensucs
from ryan@cs.queensu.ca
host smtp.gmail.com
port 587
tls on
tls_starttls on
tls_trust_file SSL_CERTS
auth on
user ryanakca@gmail.com
password GMAIL_PASS
account mcgillsocs
from ryank@cs.mcgill.ca
host mail.cs.mcgill.ca
port 465
tls on
tls_starttls on
tls_trust_file /home/ryan/.mutt/certs/mcgillsocs.crt
auth on
user ryank
password MCGSOCS_PASS
account mcgill
from ryan.kavanagh@mail.mcgill.ca
host smtp.mcgill.ca
port 587
tls on
tls_starttls on
tls_trust_file SSL_CERTS
auth login
domain mail.mcgill.ca
user ryan.kavanagh@mail.mcgill.ca
password MCGILL_PASS
account ryanakca
from rak@ryanak.ca
host hermes.ryanak.ca
port 587
tls on
tls_starttls on
tls_trust_file SSL_CERTS
auth login
user rak
password RYANAKCA_PASS
account mit
from rakavan@mit.edu
host outgoing.mit.edu
port 587
auth login
user rakavan
password MIT_PASS
tls on
tls_starttls on
tls_trust_file SSL_CERTS
account mit-csail
from rakavan@csail.mit.edu
host outgoing.csail.mit.edu
port 587
user rakavan
password CSAIL_PASS
auth cram-md5
tls on
tls_starttls on
tls_trust_file SSL_CERTS
|