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.