aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2019-09-04 22:48:24 +0200
committerDavid Runge <dave@sleepmap.de>2019-09-04 22:48:24 +0200
commit4a78df23346138096b03806d573ae51930712a30 (patch)
tree05c04fdd05f0d8588cd40036f4d99854071b1871
parent92dff71fb06b166f9c347e14aae8f2010ad3fe73 (diff)
downloaddotfiles-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--.msmtprc4
-rwxr-xr-xbin/pass2msmtp3
2 files changed, 2 insertions, 5 deletions
diff --git a/.msmtprc b/.msmtprc
index f7e7ee5..c0edc18 100644
--- a/.msmtprc
+++ b/.msmtprc
@@ -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