From f03a4104e4e2679d52273e08a078c0b7f159790e Mon Sep 17 00:00:00 2001 From: andryyy Date: Thu, 8 Oct 2020 16:50:45 +0200 Subject: [PATCH] [Config] Change order of generate_config watchdog values --- generate_config.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/generate_config.sh b/generate_config.sh index b22da321..15821833 100755 --- a/generate_config.sh +++ b/generate_config.sh @@ -232,15 +232,15 @@ SKIP_SOLR=${SKIP_SOLR} SOLR_HEAP=1024 -# Enable watchdog (watchdog-mailcow) to restart unhealthy containers - -USE_WATCHDOG=y - # Allow admins to log into SOGo as email user (without any password) ALLOW_ADMIN_EMAIL_LOGIN=n -# Send notifications by mail (sent from watchdog@MAILCOW_HOSTNAME) +# Enable watchdog (watchdog-mailcow) to restart unhealthy containers + +USE_WATCHDOG=y + +# Send watchdog notifications by mail (sent from watchdog@MAILCOW_HOSTNAME) # CAUTION: # 1. You should use external recipients # 2. Mails are sent unsigned (no DKIM)