From f27da6e325cf298fe5a46c57585a12c9e718fa71 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 21 Oct 2015 21:35:40 -0700 Subject: Initial commit. --- .msmtprc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .msmtprc (limited to '.msmtprc') diff --git a/.msmtprc b/.msmtprc new file mode 100644 index 0000000..c21775d --- /dev/null +++ b/.msmtprc @@ -0,0 +1,21 @@ +defaults +tls on +tls_trust_file /etc/ssl/certs/ca-certificates.crt +logfile ~/.msmtp.log + +account gmail +host smtp.gmail.com +port 587 +from mattst88@gmail.com +auth on +user mattst88 +passwordeval "gpg --quiet --for-your-eyes-only --no-tty -d ~/.password-store/email/msmtp-mattst88@gmail.com.gpg" + +account gentoo +host smtp.gentoo.org +port 587 +from mattst88@gentoo.org +auth on +user mattst88 + +account default : gmail -- cgit v1.2.3