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 | |
9867e4bb | 12 | tls_fingerprint A3:A3:B6:B3:05:5E:A2:86:17:2C:80:9E:33:1F:0A:58:8E:26:F9:A0:6E:7B:B4:9A:C6:3B:E3:8E:EA:0E:36:99 |
ca3a844a AB |
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 | |
9867e4bb | 28 | tls_fingerprint 04:34:F8:F1:AF:1D:F8:FA:8A:E9:FD:A7:C1:77:A1:AD:99:75:48:4F:C1:31:F1:A7:9E:25:C2:96:7A:28:53:05 |
ca3a844a AB |
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 |