1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-07 23:03:10 +02:00

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

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"