configuration/msmtprc

32 lines
825 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
account gmail
host smtp.gmail.com
port 587
from felix.vanderjeugt@gmail.com
user felix.vanderjeugt
passwordeval "pass show other/gmail"
2015-01-24 18:26:57 +01:00
account ugent
host smtp.ugent.be
port 587
from felix.vanderjeugt@ugent.be
user felix.vanderjeugt@ugent.be
2019-11-27 14:44:22 +01:00
passwordeval "pass show ugent/_ | head -1"
account posteo
host posteo.de
port 587
from felix.vanderjeugt@posteo.net
user felix.vanderjeugt@posteo.net
passwordeval "pass show web/posteo.de | head -1"
2015-01-24 18:26:57 +01:00
# Set a default account
account default : ugent