blob: 454296194ce894d3594bf73b2354115009f22748 (
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
|
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 SSL_CERTS
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 SSL_CERTS
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 SSL_CERTS
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 SSL_CERTS
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 SSL_CERTS
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
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 SSL_CERTS
auth login
domain mail.mcgill.ca
user ryan.kavanagh@mail.mcgill.ca
password MCGILL_PASS
|