add posteo mail, use pass for mail and notmuch address

This commit is contained in:
Felix Van der Jeugt 2018-08-13 13:56:35 +02:00
parent a801904fe4
commit 9058ea4a1d
No known key found for this signature in database
GPG key ID: 58B209295023754D
4 changed files with 77 additions and 13 deletions

15
msmtprc
View file

@ -6,21 +6,26 @@ tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile ~/.local/share/msmtp.log
# Gmail
account gmail
host smtp.gmail.com
port 587
from felix.vanderjeugt@gmail.com
user felix.vanderjeugt
passwordeval "gpg2 -q --no-secmem-warning --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/gmail=//p'"
passwordeval "pass show other/gmail"
# UGent
account ugent
host smtp.ugent.be
port 587
from felix.vanderjeugt@ugent.be
user felix.vanderjeugt@ugent.be
passwordeval "gpg2 -q --no-secmem-warning --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/ugent=//p'"
passwordeval "pass show web/ugent.be | 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"
# Set a default account
account default : gmail
account default : posteo