blob: 9a29ef04769b8e602d3a2c10e160095f548eeffc (
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
|
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
|