Skip to content

Commit

Permalink
[Watchdog] Update compose file, update image
Browse files Browse the repository at this point in the history
[Rspamd] Temporarily disable over-signing, as Cyren does mark those mails as DKIM invalid (blame them, not us)
  • Loading branch information
andryyy committed Jun 23, 2020
1 parent be538dd commit 7304add
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions data/conf/rspamd/local.d/dkim_signing.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ selector_prefix = "DKIM_SELECTORS";
# forwards are arc signed, rejects are dkim signed
sign_networks = "/etc/rspamd/custom/dovecot_trusted.map";
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";

This comment has been minimized.

Copy link
@dragoangel

dragoangel Jul 29, 2020

Collaborator

4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ services:
- /lib/modules:/lib/modules:ro

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

0 comments on commit 7304add

Please sign in to comment.