aboutsummaryrefslogtreecommitdiffstats
path: root/.msmtprc
diff options
context:
space:
mode:
Diffstat (limited to '.msmtprc')
-rw-r--r--.msmtprc56
1 files changed, 56 insertions, 0 deletions
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
+