瀏覽代碼

[Watchdog] Update compose file, update image
[Rspamd] Temporarily disable over-signing, as Cyren does mark those mails as DKIM invalid (blame them, not us)

andryyy 5 年之前
父節點
當前提交
7304add084
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 1 0
      data/conf/rspamd/local.d/dkim_signing.conf
  2. 2 2
      docker-compose.yml

+ 1 - 0
data/conf/rspamd/local.d/dkim_signing.conf

@@ -32,3 +32,4 @@ selector_prefix = "DKIM_SELECTORS";
 # forwards are arc signed, rejects are dkim signed
 # forwards are arc signed, rejects are dkim signed
 sign_networks = "/etc/rspamd/custom/dovecot_trusted.map";
 sign_networks = "/etc/rspamd/custom/dovecot_trusted.map";
 use_domain_sign_networks = "header";
 use_domain_sign_networks = "header";
+sign_headers = "from:sender:reply-to:subject:date:message-id:to:cc:mime-version:content-type:content-transfer-encoding:resent-to:resent-cc:resent-from:resent-sender:resent-message-id:in-reply-to:references:list-id:list-help:list-owner:list-unsubscribe:list-subscribe:list-post:openpgp:autocrypt";

+ 2 - 2
docker-compose.yml

@@ -398,7 +398,7 @@ services:
         - /lib/modules:/lib/modules:ro
         - /lib/modules:/lib/modules:ro
 
 
     watchdog-mailcow:
     watchdog-mailcow:
-      image: mailcow/watchdog:1.79
+      image: mailcow/watchdog:1.80
       # Debug
       # Debug
       #command: /watchdog.sh
       #command: /watchdog.sh
       dns:
       dns:
@@ -442,7 +442,7 @@ services:
         - POSTFIX_THRESHOLD=8
         - POSTFIX_THRESHOLD=8
         - CLAMD_THRESHOLD=15
         - CLAMD_THRESHOLD=15
         - DOVECOT_THRESHOLD=12
         - DOVECOT_THRESHOLD=12
-        - DOVECOT_REPL_THRESHOLD=2
+        - DOVECOT_REPL_THRESHOLD=20
         - PHPFPM_THRESHOLD=5
         - PHPFPM_THRESHOLD=5
         - RATELIMIT_THRESHOLD=1
         - RATELIMIT_THRESHOLD=1
         - FAIL2BAN_THRESHOLD=1
         - FAIL2BAN_THRESHOLD=1