mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
fix spelling mistakes (#3324)
This commit is contained in:
parent
793e4026fc
commit
45361094e9
|
@ -136,8 +136,7 @@ DKIM is currently supported by either OpenDKIM or Rspamd:
|
||||||
use_domain = "header";
|
use_domain = "header";
|
||||||
use_redis = false; # don't change unless Redis also provides the DKIM keys
|
use_redis = false; # don't change unless Redis also provides the DKIM keys
|
||||||
use_esld = true;
|
use_esld = true;
|
||||||
|
check_pubkey = true; # you want to use this in the beginning
|
||||||
check_pubkey = true; # you wan't to use this in the beginning
|
|
||||||
|
|
||||||
domain {
|
domain {
|
||||||
example.com {
|
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.
|
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
|
[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
|
- ./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-accounts-add]: ../user-management.md#adding-a-new-account
|
||||||
[docs-volumes-config]: ../advanced/optional-config.md
|
[docs-volumes-config]: ../advanced/optional-config.md
|
||||||
[docs-env-opendkim]: ../environment.md#enable_opendkim
|
[docs-env-opendkim]: ../environment.md#enable_opendkim
|
||||||
|
|
|
@ -368,7 +368,7 @@ When enabled,
|
||||||
|
|
||||||
##### RSPAMD_HFILTER
|
##### 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
|
- 0 => Disabled
|
||||||
- **1** => Enabled
|
- **1** => Enabled
|
||||||
|
|
|
@ -150,7 +150,7 @@ RSPAMD_LEARN=0
|
||||||
# 1 => enabled
|
# 1 => enabled
|
||||||
RSPAMD_GREYLISTING=0
|
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
|
# - 0 => Disabled
|
||||||
# - **1** => Enabled
|
# - **1** => Enabled
|
||||||
|
|
Loading…
Reference in a new issue