Commit | Line | Data |
---|---|---|
ec80f07a AB |
1 | # Set default values for all following accounts. |
2 | defaults | |
3 | port 587 | |
4 | tls on | |
5 | auth on | |
6 | #tls_trust_file /etc/ssl/certs/ca-certificates.crt | |
7 | logfile ~/.msmtp.log | |
8 | ||
a88f7ece | 9 | account shemshak |
cad07800 | 10 | host mail.shemshak.org |
fd383639 AB |
11 | # use `msmtp -a shemshak --serverinfo --tls --tls-certcheck=off --tls-fingerprint=` to get the current fingerprint |
12 | tls_fingerprint 6D:40:59:A6:F0:D9:28:2A:80:C3:D9:53:5D:D6:4F:2A:A2:B7:43:F5:1C:00:A3:A4:B6:F2:B9:5F:7E:55:A2:4E | |
ec80f07a | 13 | tls_starttls on |
4ed3a945 AB |
14 | from amin@shemshak.org |
15 | user amin@shemshak.org | |
a4c7bd3e | 16 | passwordeval gpg --no-tty -q -d ~/.passwd/shemshak.gpg |
ec80f07a | 17 | |
a88f7ece | 18 | account aminb : shemshak |
ec80f07a | 19 | from amin@aminb.org |
a88f7ece | 20 | account bndl : shemshak |
cad07800 | 21 | from amin@bndl.org |
4ed3a945 AB |
22 | account mab : shemshak |
23 | from mab@shemshak.org | |
ec80f07a | 24 | |
ec80f07a AB |
25 | account gnu |
26 | host fencepost.gnu.org | |
27 | # use `msmtp -a gnu --serverinfo --tls --tls-certcheck=off --tls-fingerprint=` to get the current fingerprint | |
24506123 | 28 | tls_fingerprint 71:0A:01:54:55:0F:B8:4D:84:40:6F:A9:55:49:DF:0C:A8:7E:07:16:4C:41:E7:F2:3B:9F:FF:4A:09:64:37:62 |
ec80f07a AB |
29 | tls_starttls on |
30 | from bandali@gnu.org | |
31 | user bandali | |
a4c7bd3e | 32 | passwordeval gpg --no-tty -q -d ~/.passwd/gnu.gpg |
ec80f07a | 33 | |
ec80f07a AB |
34 | account gnu-aminb : gnu |
35 | from aminb@gnu.org | |
36 | account gnu-amin : gnu | |
37 | from amin@gnu.org | |
38 | account gnu-mab : gnu | |
39 | from mab@gnu.org | |
40 | ||
ec80f07a AB |
41 | account uwaterloo |
42 | host connect.uwaterloo.ca | |
43 | tls_starttls on | |
e7125caf | 44 | from bandali@uwaterloo.ca |
ec80f07a | 45 | user abandali |
a4c7bd3e | 46 | passwordeval gpg --no-tty -q -d ~/.passwd/uwaterloo.gpg |
ec80f07a AB |
47 | tls_trust_file /etc/ssl/certs/ca-certificates.crt |
48 | ||
ec80f07a AB |
49 | account csclub |
50 | host mail.csclub.uwaterloo.ca | |
51 | tls_starttls on | |
52 | from abandali@csclub.uwaterloo.ca | |
53 | user abandali | |
a4c7bd3e | 54 | passwordeval gpg --no-tty -q -d ~/.passwd/csclub.gpg |
ec80f07a AB |
55 | tls_trust_file /etc/ssl/certs/ca-certificates.crt |
56 | ||
57 | # Set a default account | |
badbf198 | 58 | account default : shemshak |