summaryrefslogtreecommitdiff
path: root/msmtprc
blob: 6718259aed54fd64e5cb29eae45c790501e830c1 (plain)
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
# --------------------------------------------------------------------------- #
account victortoso
host smtp.gmail.com
port 587
protocol smtp
from me@victortoso.com
user me@victortoso.com
auth on
passwordeval "gpg2 --no-tty -q -d ~/.secret/app-pwd/victortoso.gpg && echo"
tls on
tls_trust_file /etc/ssl/certs/ca-bundle.crt
# --------------------------------------------------------------------------- #
account lists
host smtp.gmail.com
port 587
protocol smtp
from lists@victortoso.com
user lists@victortoso.com
auth on
passwordeval "gpg2 --no-tty -q -d ~/.secret/app-pwd/lists.gpg && echo"
tls on
tls_trust_file /etc/ssl/certs/ca-bundle.crt
# --------------------------------------------------------------------------- #
account spam
host smtp.gmail.com
port 587
protocol smtp
from spam@victortoso.com
user spam@victortoso.com
auth on
passwordeval "gpg2 --no-tty -q -d ~/.secret/app-pwd/spam.gpg && echo"
tls on
tls_trust_file /etc/ssl/certs/ca-bundle.crt
# --------------------------------------------------------------------------- #
account redhat
host smtp.corp.redhat.com
port 25
protocol smtp
from victortoso@redhat.com
user victortoso@redhat.com
auth off
#passwordeval "gpg2 --no-tty -q -d ~/.secret/app-pwd/redhat.gpg && echo"
#tls on
#tls_trust_file /etc/ssl/certs/ca-bundle.crt
# --------------------------------------------------------------------------- #
account default : victortoso