| 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 amin --serverinfo --tls --tls-certcheck=off --tls-fingerprint=` to get the current fingerprint |
| 12 | tls_fingerprint 2F:48:C6:F4:BA:AB:3F:52:84:06:56:33:4B:29:57:84:0F:74:1B:DB:C1:83:25:03:67:05:9A:D4:2A:CE:D4:00 |
| 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 13:CE:26:A2:60:33:FB:E0:B1:3E:91:06:AD:67:7A:A3:55:40:BA:04:80:D4:A7:DC:EE:35:89:E8:B6:58:94:AF |
| 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 csclub |
| 50 | host mail.csclub.uwaterloo.ca |
| 51 | tls_starttls on |
| 52 | from abandali@csclub.uwaterloo.ca |
| 53 | user abandali |
| 54 | passwordeval gpg --no-tty -q -d ~/.passwd/csclub.gpg |
| 55 | tls_trust_file /etc/ssl/certs/ca-certificates.crt |
| 56 | |
| 57 | # Set a default account |
| 58 | account default : shemshak |