docs: fix minor typo (#4532)

This commit is contained in:
Mahdi Baghbani 2025-07-27 15:40:40 +03:30 committed by GitHub
parent fcd9909841
commit e4c319b39c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,7 +137,7 @@ DKIM is currently supported by either OpenDKIM or Rspamd:
If you have multiple domains, you need to:
- Create a key wth `docker exec -it <CONTAINER NAME> setup config dkim domain <DOMAIN>` for each domain DMS should sign outgoing mail for.
- Create a key with `docker exec -it <CONTAINER NAME> setup config dkim domain <DOMAIN>` for each domain DMS should sign outgoing mail for.
- Provide a custom `dkim_signing.conf` (for which an example is shown below), as the default config only supports one domain.
!!! info "About the Helper Script"