summaryrefslogtreecommitdiffstats
path: root/.config/msmtp/config
blob: fae197388ac09a0f925d8177500493a6680d1a65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Set default values for all following accounts.
defaults
port 587
tls on
auth on
#tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile ~/.msmtp.log

account shemshak
host mail.shemshak.org
# use `msmtp -a amin --serverinfo --tls --tls-certcheck=off --tls-fingerprint=` to get the current fingerprint
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
tls_starttls on
from amin@shemshak.org
user amin@shemshak.org
passwordeval gpg2 --no-tty -q -d ~/.passwd/shemshak.gpg

account aminb : shemshak
from amin@aminb.org
account bndl : shemshak
from amin@bndl.org
account mab : shemshak
from mab@shemshak.org

account gnu
host fencepost.gnu.org
# use `msmtp -a gnu --serverinfo --tls --tls-certcheck=off --tls-fingerprint=` to get the current fingerprint
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
tls_starttls on
from bandali@gnu.org
user bandali
passwordeval gpg2 --no-tty -q -d ~/.passwd/gnu.gpg

account gnu-aminb : gnu
from aminb@gnu.org
account gnu-amin : gnu
from amin@gnu.org
account gnu-mab : gnu
from mab@gnu.org

account uwaterloo
host connect.uwaterloo.ca
tls_starttls on
from abandali@uwaterloo.ca
user abandali
passwordeval gpg2 --no-tty -q -d ~/.passwd/uwaterloo.gpg
tls_trust_file /etc/ssl/certs/ca-certificates.crt

account csclub
host mail.csclub.uwaterloo.ca
tls_starttls on
from abandali@csclub.uwaterloo.ca
user abandali
passwordeval gpg2 --no-tty -q -d ~/.passwd/csclub.gpg
tls_trust_file /etc/ssl/certs/ca-certificates.crt

# Set a default account
account default : shemshak