From bd3a436f43ac30249679346303fbea62a46fc70e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 09:07:08 +0000 Subject: [PATCH] deploy: 45361094e9a2c7dd56940a1b96ad5da8ab3974b5 --- .../best-practices/dkim_dmarc_spf/index.html | 5 +- edge/config/environment/index.html | 2 +- edge/search/search_index.json | 2 +- edge/sitemap.xml | 80 +++++++++---------- 4 files changed, 44 insertions(+), 45 deletions(-) diff --git a/edge/config/best-practices/dkim_dmarc_spf/index.html b/edge/config/best-practices/dkim_dmarc_spf/index.html index b98b5462..5b4746f4 100644 --- a/edge/config/best-practices/dkim_dmarc_spf/index.html +++ b/edge/config/best-practices/dkim_dmarc_spf/index.html @@ -1691,8 +1691,7 @@ use_domain = "header"; use_redis = false; # don't change unless Redis also provides the DKIM keys use_esld = true; - -check_pubkey = true; # you wan't to use this in the beginning +check_pubkey = true; # you want to use this in the beginning domain { example.com { @@ -1744,7 +1743,7 @@
Let Rspamd Check Your Keys

When check_pubkey = true; is set, Rspamd will query the DNS record for each DKIM selector, verifying each public key matches the private key configured.

-

If there is a mismatch, a warning will be omitted to the Rspamd log /var/log/supervisor/rspamd.log.

+

If there is a mismatch, a warning will be emitted to the Rspamd log /var/log/supervisor/rspamd.log.

diff --git a/edge/config/environment/index.html b/edge/config/environment/index.html index 97664396..b272c61d 100644 --- a/edge/config/environment/index.html +++ b/edge/config/environment/index.html @@ -3714,7 +3714,7 @@ expand_keys = true;
  • 1 => Enabled
  • RSPAMD_HFILTER
    -

    Can be used to enable or disable the Hfilter group module. This is used by DMS to adjust the HFILTER_HOSTNAME_UNKNOWN symbol, increasing it's default weight to act similar to Postfix's reject_unknown_client_hostname, without the need to outright reject a message.

    +

    Can be used to enable or disable the Hfilter group module. This is used by DMS to adjust the HFILTER_HOSTNAME_UNKNOWN symbol, increasing its default weight to act similar to Postfix's reject_unknown_client_hostname, without the need to outright reject a message.