From 1f91e592c0b97dc315335417f323d31ca028782a Mon Sep 17 00:00:00 2001 From: James <31272717+gpd-pocket-hacker@users.noreply.github.com> Date: Mon, 25 Jan 2021 16:28:27 +0000 Subject: fish --- boiler-monster/mr3020/etc/msmtprc | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 boiler-monster/mr3020/etc/msmtprc (limited to 'boiler-monster/mr3020/etc/msmtprc') 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 -- cgit v1.2.3