| 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 E3:FD:00:EA:5C:38:51:F4:13:B4:8C:E5:1F:1B:98:B4:22:82:17:D6:92:5D:AB:76:3F:2D:60:7D:D3:BB:C2:FD |
| 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 | account mab : shemshak |
| 23 | from mab@shemshak.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 0A:F3:2D:2B:56:D1:AF:8A:55:15:1D:B2:BA:39:BF:21:7F:6A:46:BA:7D:EE:5F:B1:8F:13:17:CE:9E:4B:8E:87 |
| 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-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 | |
| 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 | # Set a default account |
| 64 | account default : shemshak |