msmtprc: bake in smtp password

This commit is contained in:
Gabriel Ebner 2017-06-18 15:00:04 +02:00
parent af9d6fe16e
commit b0f46b9a40
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -7,5 +7,6 @@ ctags
i3/config
i3status.conf
mbsyncrc
msmtprc
authinfo
config/vdirsyncer/config

View File

@ -46,6 +46,9 @@ install-vim-plug:
config/vdirsyncer/config: config/vdirsyncer/config.m4
umask 077; m4 $< >$@
msmtprc: msmtprc.m4
umask 077; m4 $< >$@
mbsyncrc: mbsyncrc.m4
umask 077; m4 $< >$@

View File

@ -8,6 +8,6 @@ host mail.gebner.org
#from gebner@gebner.org
auth on
user gebner
passwordeval "pass 2b7e.org/mail.gebner.org 2>/dev/null | head -n1"
password esyscmd(`pass 2b7e.org/mail.gebner.org | head -n1')
account default : gebner.org