diff options
author | Matt Turner <mattst88@gmail.com> | 2015-10-21 21:35:40 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2015-10-21 21:35:40 -0700 |
commit | f27da6e325cf298fe5a46c57585a12c9e718fa71 (patch) | |
tree | df5b06a6d535fdf1b231c96652845e9b200db005 /.msmtprc |
Initial commit.
Diffstat (limited to '.msmtprc')
-rw-r--r-- | .msmtprc | 21 |
1 files changed, 21 insertions, 0 deletions
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 |