From f5522a809cd03ceb0d6e05fac337a2c5a7380167 Mon Sep 17 00:00:00 2001 From: Dmitriy Alekseev Date: Thu, 30 Jan 2020 19:09:22 +0200 Subject: [PATCH] Add more info about watchdog notification (#3271) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add more info about watchdog notification * Update generate_config.sh * Update generate_config.sh Co-authored-by: André Peters --- generate_config.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/generate_config.sh b/generate_config.sh index cc8e34c1..ed66ed3f 100755 --- a/generate_config.sh +++ b/generate_config.sh @@ -233,8 +233,12 @@ USE_WATCHDOG=n ALLOW_ADMIN_EMAIL_LOGIN=n -# Send notifications by mail (no DKIM signature, sent from watchdog@MAILCOW_HOSTNAME) -# Can by multiple rcpts, NO quotation marks +# Send notifications by mail (sent from watchdog@MAILCOW_HOSTNAME) +# CAUTION: +# 1. You should use external recipients +# 2. Mails are sent unsigned (no DKIM) +# 3. If you use DMARC, create a separate DMARC policy ("v=DMARC1; p=none;" in _dmarc.MAILCOW_HOSTNAME) +# Multiple rcpts allowed, NO quotation marks, NO spaces #WATCHDOG_NOTIFY_EMAIL=a@example.com,b@example.com,c@example.com #WATCHDOG_NOTIFY_EMAIL=