Commit | Line | Data |
---|---|---|
ca3a844a 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 | ||
9 | account shemshak | |
10 | host mail.shemshak.org | |
11 | # use `msmtp -a shemshak --serverinfo --tls --tls-certcheck=off --tls-fingerprint=` to get the current fingerprint | |
12 | tls_fingerprint A9:B8:79:CE:47:F7:E8:EB:7B:0D:C5:3E:1E:35:72:A0:03:E3:A2:1A:A9:1C:24:34:6E:F9:9E:78:89:67:11:E3 | |
13 | tls_starttls on | |
14 | from amin@shemshak.org | |
15 | user bandali@shemshak.org | |
16 | passwordeval gpg --no-tty -q -d ~/.passwd/shemshak.gpg | |
17 | ||
18 | account bandali : shemshak | |
19 | from bandali@shemshak.org | |
20 | account aminb : shemshak | |
21 | from amin@aminb.org | |
22 | account bndl : shemshak | |
23 | from a@bndl.org | |
24 | ||
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 | |
28 | tls_fingerprint 36:A7:33:D0:57:25:BB:D8:A8:21:7B:A3:91:05:A9:4F:43:4E:87:AE:65:4B:0D:A4:A0:9A:08:89:AE:1F:A5:D7 | |
29 | tls_starttls on | |
30 | from bandali@gnu.org | |
31 | user bandali | |
32 | passwordeval gpg --no-tty -q -d ~/.passwd/gnu.gpg | |
33 | ||
34 | account gnu-mab : gnu | |
35 | from mab@gnu.org | |
36 | account gnu-aminb : gnu | |
37 | from aminb@gnu.org | |
38 | account gnu-amin : gnu | |
39 | from amin@gnu.org | |
40 | ||
41 | account uwaterloo | |
42 | host connect.uwaterloo.ca | |
43 | tls_starttls on | |
44 | from abandali@uwaterloo.ca | |
45 | user abandali | |
46 | passwordeval gpg --no-tty -q -d ~/.passwd/uwaterloo.gpg | |
47 | tls_trust_file /etc/ssl/certs/ca-certificates.crt | |
48 | ||
49 | account uwaterloo-friendly : uwaterloo | |
50 | from bandali@uwaterloo.ca | |
51 | ||
52 | account csclub | |
53 | host mail.csclub.uwaterloo.ca | |
54 | tls_starttls on | |
55 | from abandali@csclub.uwaterloo.ca | |
56 | user abandali | |
57 | passwordeval gpg --no-tty -q -d ~/.passwd/csclub.gpg | |
58 | tls_trust_file /etc/ssl/certs/ca-certificates.crt | |
59 | ||
60 | account csclub-friendly : csclub | |
61 | from bandali@csclub.uwaterloo.ca | |
62 | ||
63 | account sfl | |
64 | host mail.savoirfairelinux.com | |
65 | tls on | |
66 | from amin.bandali@savoirfairelinux.com | |
67 | user amin.bandali | |
68 | passwordeval gpg --no-tty -q -d ~/.passwd/sfl.gpg | |
69 | tls_trust_file /etc/ssl/certs/ca-certificates.crt | |
70 | ||
71 | # Set a default account | |
72 | account default : shemshak |