| 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 3C:DA:93:CD:5A:B7:04:2D:08:7F:E4:DF:59:07:A4:75:43:3E:5A:A6:54:D8:AA:94:FE:F2:BC:C4:2B:B5:97:A6 |
| 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 0D:7B:DE:AD:1F:C2:4F:2E:5A:C8:32:68:D0:D3:72:8D:6B:79:29:61:26:05:12:97:8E:5D:A9:1B:7E:6E:30:FC |
| 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 |