From 25fbb8a03c72f473a2d7f6cfb5961a1c43b1a6a2 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Sun, 24 Jan 2021 10:12:38 +0000 Subject: add piano alarm --- piano-alarm/mt300-v2/etc/msmtprc | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 piano-alarm/mt300-v2/etc/msmtprc (limited to 'piano-alarm/mt300-v2/etc/msmtprc') 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 -- cgit v1.2.3