Improve healthcheck

This commit is contained in:
Tobias Reisinger 2022-11-28 19:27:37 +01:00
parent e7c78aa678
commit ee59f0258b
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
11 changed files with 20 additions and 19 deletions
healthcheck/data

View file

@ -0,0 +1,13 @@
defaults
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile /tmp/msmtp.log
account default
host ${MAIL_HOST}
port ${MAIL_PORT}
tls_starttls on
from ${MAIL_USER}
user ${MAIL_USER}
password ${MAIL_PASS}