From 0b08340aecac94e17356431894c9635d9bc958d2 Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Mon, 19 Jan 2015 10:21:08 +0800 Subject: Updated various configs. --- .msmtprc | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 .msmtprc (limited to '.msmtprc') diff --git a/.msmtprc b/.msmtprc new file mode 100644 index 0000000..b73f2bb --- /dev/null +++ b/.msmtprc @@ -0,0 +1,56 @@ +# +# msmtp configuration file +# +# LIweitiaNux +# February 6, 2012 +# +# Ref: http://pbrisbin.com/posts/two_accounts_in_mutt +# + +### Accounts will inherit settings from this section +defaults +auth on +tls on +tls_starttls on +#tls_trust_file /usr/local/share/certs/ca-root-nss.crt +tls_trust_file /etc/ssl/certs/ca-certificates.crt +protocol smtp +logfile ~/.msmtp/msmtp.log + +# SSL: 465 +# TLS: 587 + +### autistici +account autistici +host smtp.autistici.org +port 587 +tls_trust_file ~/.msmtp/autistici_ca.crt +tls_certcheck on +#auto_from on +from liweitianux@autistici.org +user liweitianux@autistici.org +passwordeval gpg -d ~/.msmtp/autistici.gpg +#password password + +### gmail +account gmail +host smtp.gmail.com +port 587 +from Weitian LI +user liweitianux@gmail.com +#passwordeval gpg -d ~/.msmtp/gmail.gpg +#password password + +### lavabit +account lavabit +host smtp.lavabit.com +port 587 +from Weitian LI +user liweitianux +#passwordeval gpg -d ~/.msmtp/lavabit.gpg +#password passwod + + +### set a default account +account default : autistici + -- cgit v1.2.2