summaryrefslogtreecommitdiff
path: root/.msmtprc
diff options
context:
space:
mode:
Diffstat (limited to '.msmtprc')
-rw-r--r--.msmtprc10
1 files changed, 3 insertions, 7 deletions
diff --git a/.msmtprc b/.msmtprc
index 842b234..415b6f8 100644
--- a/.msmtprc
+++ b/.msmtprc
@@ -4,19 +4,15 @@ protocol smtp
auth on
host echo.mxrouting.net
tls on
-tls_trust_file /etc/ssl/certs/ca-certificates.crt
+#tls_trust_file /etc/ssl/certs/ca-certificates.crt
+tls_trust_file /opt/homebrew/etc/ca-certificates/cert.pem
#tls_nocertcheck
logfile ~/.msmtp.log
account personal
from sng@luxagraf.net
user sng@luxagraf.net
-passwordeval "gpg2 --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/sng_mxroute.gpg"
-
-account work
-from wired@scottgilbertson.net
-user wired@scottgilbertson.net
-passwordeval "gpg2 --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/wired@scottgilbertson.net.gpg"
+passwordeval "gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/sng_mxroute.gpg"
account default : personal