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 | |
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.
-rw-r--r-- | .msmtprc | 4 | ||||
-rwxr-xr-x | bin/pass2msmtp | 3 |
2 files changed, 2 insertions, 5 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 diff --git a/bin/pass2msmtp b/bin/pass2msmtp deleted file mode 100755 index d383951..0000000 --- a/bin/pass2msmtp +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -pass mail/$1 |