| 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 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 |
| 13 | tls_starttls on |
| 14 | from amin@shemshak.org |
| 15 | user amin@shemshak.org |
| 16 | passwordeval gpg --no-tty -q -d ~/.passwd/shemshak.gpg |
| 17 | |
| 18 | account aminb : shemshak |
| 19 | from amin@aminb.org |
| 20 | account bndl : shemshak |
| 21 | from amin@bndl.org |
| 22 | |
| 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 |
| 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 |
| 27 | tls_starttls on |
| 28 | from bandali@gnu.org |
| 29 | user bandali |
| 30 | passwordeval gpg --no-tty -q -d ~/.passwd/gnu.gpg |
| 31 | |
| 32 | account gnu-mab : gnu |
| 33 | from mab@gnu.org |
| 34 | account gnu-aminb : gnu |
| 35 | from aminb@gnu.org |
| 36 | account gnu-amin : gnu |
| 37 | from amin@gnu.org |
| 38 | |
| 39 | account uwaterloo |
| 40 | host connect.uwaterloo.ca |
| 41 | tls_starttls on |
| 42 | from abandali@uwaterloo.ca |
| 43 | user abandali |
| 44 | passwordeval gpg --no-tty -q -d ~/.passwd/uwaterloo.gpg |
| 45 | tls_trust_file /etc/ssl/certs/ca-certificates.crt |
| 46 | |
| 47 | account uwaterloo-friendly : uwaterloo |
| 48 | from bandali@uwaterloo.ca |
| 49 | |
| 50 | account csclub |
| 51 | host mail.csclub.uwaterloo.ca |
| 52 | tls_starttls on |
| 53 | from abandali@csclub.uwaterloo.ca |
| 54 | user abandali |
| 55 | passwordeval gpg --no-tty -q -d ~/.passwd/csclub.gpg |
| 56 | tls_trust_file /etc/ssl/certs/ca-certificates.crt |
| 57 | |
| 58 | account csclub-friendly : csclub |
| 59 | from bandali@csclub.uwaterloo.ca |
| 60 | |
| 61 | # Set a default account |
| 62 | account default : shemshak |