configuration/msmtprc

27 lines
801 B
Plaintext
Raw Normal View History

2015-01-24 18:26:57 +01:00
# Set default values for all following accounts.
defaults
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
2016-03-25 09:50:38 +01:00
logfile ~/.local/share/msmtp.log
2015-01-24 18:26:57 +01:00
# Gmail
account gmail
host smtp.gmail.com
port 587
from felix.vanderjeugt@gmail.com
user felix.vanderjeugt
2016-12-12 23:24:35 +01:00
passwordeval "gpg2 -q --no-secmem-warning --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/gmail=//p'"
2015-01-24 18:26:57 +01:00
# UGent
account ugent
host smtp.ugent.be
port 587
from felix.vanderjeugt@ugent.be
user felix.vanderjeugt@ugent.be
2016-12-12 23:24:35 +01:00
passwordeval "gpg2 -q --no-secmem-warning --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/ugent=//p'"
2015-01-24 18:26:57 +01:00
# Set a default account
account default : gmail