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)