summaryrefslogtreecommitdiffstats
path: root/boiler-monster/mr3020/etc/msmtprc
diff options
context:
space:
mode:
Diffstat (limited to 'boiler-monster/mr3020/etc/msmtprc')
-rw-r--r--boiler-monster/mr3020/etc/msmtprc30
1 files changed, 30 insertions, 0 deletions
diff --git a/boiler-monster/mr3020/etc/msmtprc b/boiler-monster/mr3020/etc/msmtprc
new file mode 100644
index 0000000..fed8874
--- /dev/null
+++ b/boiler-monster/mr3020/etc/msmtprc
@@ -0,0 +1,30 @@
+# Example for a system wide configuration file
+
+# A system wide configuration file is optional.
+# If it exists, it usually defines a default account.
+# This allows msmtp to be used like /usr/sbin/sendmail.
+account default
+
+# The SMTP smarthost.
+host smtp.panaceas.org
+from boiler-monster@ourano.org
+
+# Construct envelope-from addresses of the form "user@oursite.example".
+#auto_from on
+#maildomain fish
+
+# Use TLS.
+#tls on
+
+# Syslog logging with facility LOG_MAIL instead of the default LOG_USER.
+syslog LOG_MAIL
+
+auth on
+user boiler-monster
+password Inor1Fie
+
+tls on
+tls_starttls off
+#tls_certcheck off
+
+tls_trust_file /etc/panaceas-ca.crt