add posteo mail, use pass for mail and notmuch address
This commit is contained in:
parent
a801904fe4
commit
9058ea4a1d
4 changed files with 77 additions and 13 deletions
15
msmtprc
15
msmtprc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue