summaryrefslogtreecommitdiffstats
path: root/piano-alarm/mt300-v2/etc/msmtprc
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2021-01-24 10:12:38 +0000
committerfishsoupisgood <github@madingley.org>2021-01-24 10:12:38 +0000
commit25fbb8a03c72f473a2d7f6cfb5961a1c43b1a6a2 (patch)
treed7292ae8122c45672d9e7080d246cb8b8563602a /piano-alarm/mt300-v2/etc/msmtprc
parent77f347fb4e37666e2d687cee99dfa4cb4e441b8a (diff)
downloadheating-25fbb8a03c72f473a2d7f6cfb5961a1c43b1a6a2.tar.gz
heating-25fbb8a03c72f473a2d7f6cfb5961a1c43b1a6a2.tar.bz2
heating-25fbb8a03c72f473a2d7f6cfb5961a1c43b1a6a2.zip
add piano alarm
Diffstat (limited to 'piano-alarm/mt300-v2/etc/msmtprc')
-rw-r--r--piano-alarm/mt300-v2/etc/msmtprc30
1 files changed, 30 insertions, 0 deletions
diff --git a/piano-alarm/mt300-v2/etc/msmtprc b/piano-alarm/mt300-v2/etc/msmtprc
new file mode 100644
index 0000000..ae88f9b
--- /dev/null
+++ b/piano-alarm/mt300-v2/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 piano-alarm@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 piano-alarm
+password fae7Kees
+
+tls on
+tls_starttls off
+#tls_certcheck off
+
+tls_trust_file /etc/panaceas-ca.crt