diff options
author | David Runge <dave@sleepmap.de> | 2019-09-04 22:48:24 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2019-09-04 22:48:24 +0200 |
commit | 4a78df23346138096b03806d573ae51930712a30 (patch) | |
tree | 05c04fdd05f0d8588cd40036f4d99854071b1871 /.msmtprc | |
parent | 92dff71fb06b166f9c347e14aae8f2010ad3fe73 (diff) | |
download | dotfiles-4a78df23346138096b03806d573ae51930712a30.tar.gz dotfiles-4a78df23346138096b03806d573ae51930712a30.tar.bz2 dotfiles-4a78df23346138096b03806d573ae51930712a30.tar.xz dotfiles-4a78df23346138096b03806d573ae51930712a30.zip |
.msmtprc: Directly calling pass, instead of some useless script.
Diffstat (limited to '.msmtprc')
-rw-r--r-- | .msmtprc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ account sleepmap.de host mail.sleepmap.de from dave@sleepmap.de user dave@sleepmap.de -passwordeval "pass2msmtp dave@sleepmap.de" +passwordeval "pass mail/dave@sleepmap.de" tls_trust_file /etc/ssl/cert.pem # dave@c-base.org @@ -19,7 +19,7 @@ account c-base.org host c-mail.c-base.org from dave@c-base.org user dave -passwordeval "pass2msmtp dave@c-base.org" +passwordeval "pass mail/dave@c-base.org" tls_trust_file ~/.certs/c-base.crt # Set a default account |