1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-02-19 18:58:49 +00:00

watchdog: added postfix-tlspol check (#6691)

This commit is contained in:
DerLinkman
2025-09-03 08:18:04 +02:00
committed by GitHub
parent dbde144014
commit 34877ecf9c
2 changed files with 38 additions and 0 deletions

View File

@@ -577,6 +577,7 @@ services:
- MYSQL_REPLICATION_THRESHOLD=${MYSQL_REPLICATION_THRESHOLD:-1}
- SOGO_THRESHOLD=${SOGO_THRESHOLD:-3}
- POSTFIX_THRESHOLD=${POSTFIX_THRESHOLD:-8}
- POSTFIX_TLSPOL_THRESHOLD=${POSTFIX_TLSPOL_THRESHOLD:-8}
- CLAMD_THRESHOLD=${CLAMD_THRESHOLD:-15}
- DOVECOT_THRESHOLD=${DOVECOT_THRESHOLD:-12}
- DOVECOT_REPL_THRESHOLD=${DOVECOT_REPL_THRESHOLD:-20}