summaryrefslogtreecommitdiff
path: root/.msmtprc
blob: 99e0e3e911e9d8efd9d490a43296f4c76917e4b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
defaults
auth           on
tls            on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile        ~/.msmtp.log

account        gmail
host           smtp.gmail.com
port           587
from           urbain.p.vaes@gmail.com
user           urbain.p.vaes
passwordeval   "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.passwords/main.asc"

account        imperial
host           smtp.cc.ic.ac.uk
from           u.vaes13@imperial.ac.uk
user           uv113
passwordeval   "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.passwords/imperial.asc"
port           587

# Set a default account
account default : imperial