[Watchdog] Add external check for open relay, requires SAL

This commit is contained in:
andryyy
2020-01-25 18:26:56 +01:00
parent fc37442d21
commit f1aa306ff2
4 changed files with 66 additions and 1 deletions

View File

@@ -242,6 +242,13 @@ ALLOW_ADMIN_EMAIL_LOGIN=n
# Notify about banned IP (includes whois lookup)
WATCHDOG_NOTIFY_BAN=y
# Checks if mailcow is an open relay. Requires a SAL. More checks will follow.
# https://www.servercow.de/mailcow?lang=en
# https://www.servercow.de/mailcow?lang=de
# No data is collected. Opt-in and anonymous.
# Will only work with unmodified mailcow setups.
WATCHDOG_EXTERNAL_CHECKS=n
# Max log lines per service to keep in Redis logs
LOG_LINES=9999