diff --git a/docs/content/config/best-practices/dkim_dmarc_spf.md b/docs/content/config/best-practices/dkim_dmarc_spf.md index 12b2def1..0db4150a 100644 --- a/docs/content/config/best-practices/dkim_dmarc_spf.md +++ b/docs/content/config/best-practices/dkim_dmarc_spf.md @@ -136,8 +136,7 @@ DKIM is currently supported by either OpenDKIM or Rspamd: 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 { @@ -193,7 +192,7 @@ DKIM is currently supported by either OpenDKIM or Rspamd: 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`. [docs-rspamd-override-d]: ../security/rspamd.md#manually @@ -328,7 +327,6 @@ volumes: - ./docker-data/dms/config/postfix-policyd-spf.conf:/etc/postfix-policyd-spf-python/policyd-spf.conf ``` - [docs-accounts-add]: ../user-management.md#adding-a-new-account [docs-volumes-config]: ../advanced/optional-config.md [docs-env-opendkim]: ../environment.md#enable_opendkim diff --git a/docs/content/config/environment.md b/docs/content/config/environment.md index 846f4c11..5123fe57 100644 --- a/docs/content/config/environment.md +++ b/docs/content/config/environment.md @@ -368,7 +368,7 @@ When enabled, ##### RSPAMD_HFILTER -Can be used to enable or disable the [Hfilter group module][rspamd-docs-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][rspamd-docs-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. - 0 => Disabled - **1** => Enabled diff --git a/mailserver.env b/mailserver.env index 91ffbd15..7c1af20f 100644 --- a/mailserver.env +++ b/mailserver.env @@ -150,7 +150,7 @@ RSPAMD_LEARN=0 # 1 => enabled RSPAMD_GREYLISTING=0 -# Can be used to enable or diable the Hfilter group module. +# Can be used to enable or disable the Hfilter group module. # # - 0 => Disabled # - **1** => Enabled