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 | 11 | # use `msmtp -a shemshak --serverinfo --tls --tls-certcheck=off --tls-fingerprint=` to get the current fingerprint |
8f6c63d4 | 12 | tls_fingerprint 01:6F:1B:92:0A:E8:47:35:62:80:DD:17:F5:9A:9D:26:7D:59:E2:EC:69:67:36:69:2F:58:8C:89:57:66:F6:B1 |
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 |
ec80f07a | 22 | |
ec80f07a AB |
23 | account gnu |
24 | host fencepost.gnu.org | |
25 | # use `msmtp -a gnu --serverinfo --tls --tls-certcheck=off --tls-fingerprint=` to get the current fingerprint | |
8f6c63d4 | 26 | tls_fingerprint A5:E9:14:9F:46:3E:8E:0F:09:8C:5D:21:C2:BE:DE:77:BE:8B:E7:82:6C:56:78:0C:62:CA:46:D7:18:FE:33:05 |
ec80f07a | 27 | tls_starttls on |
059cbada AB |
28 | from bandali@gnu.org |
29 | user bandali | |
a4c7bd3e | 30 | passwordeval gpg --no-tty -q -d ~/.passwd/gnu.gpg |
ec80f07a | 31 | |
059cbada AB |
32 | account gnu-mab : gnu |
33 | from mab@gnu.org | |
ec80f07a AB |
34 | account gnu-aminb : gnu |
35 | from aminb@gnu.org | |
36 | account gnu-amin : gnu | |
37 | from amin@gnu.org | |
ec80f07a | 38 | |
ec80f07a AB |
39 | account uwaterloo |
40 | host connect.uwaterloo.ca | |
41 | tls_starttls on | |
e93437ba | 42 | from abandali@uwaterloo.ca |
ec80f07a | 43 | user abandali |
a4c7bd3e | 44 | passwordeval gpg --no-tty -q -d ~/.passwd/uwaterloo.gpg |
ec80f07a AB |
45 | tls_trust_file /etc/ssl/certs/ca-certificates.crt |
46 | ||
e93437ba AB |
47 | account uwaterloo-friendly : uwaterloo |
48 | from bandali@uwaterloo.ca | |
49 | ||
ec80f07a AB |
50 | account csclub |
51 | host mail.csclub.uwaterloo.ca | |
52 | tls_starttls on | |
53 | from abandali@csclub.uwaterloo.ca | |
54 | user abandali | |
a4c7bd3e | 55 | passwordeval gpg --no-tty -q -d ~/.passwd/csclub.gpg |
ec80f07a AB |
56 | tls_trust_file /etc/ssl/certs/ca-certificates.crt |
57 | ||
e93437ba AB |
58 | account csclub-friendly : csclub |
59 | from bandali@csclub.uwaterloo.ca | |
60 | ||
ec80f07a | 61 | # Set a default account |
badbf198 | 62 | account default : shemshak |