From e4c319b39cc6947efb2f112f8d7379fdf172407c Mon Sep 17 00:00:00 2001 From: Mahdi Baghbani Date: Sun, 27 Jul 2025 15:40:40 +0330 Subject: [PATCH] docs: fix minor typo (#4532) --- docs/content/config/best-practices/dkim_dmarc_spf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/config/best-practices/dkim_dmarc_spf.md b/docs/content/config/best-practices/dkim_dmarc_spf.md index daea09d3..e55a345e 100644 --- a/docs/content/config/best-practices/dkim_dmarc_spf.md +++ b/docs/content/config/best-practices/dkim_dmarc_spf.md @@ -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 setup config dkim domain ` for each domain DMS should sign outgoing mail for. + - Create a key with `docker exec -it setup config dkim 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"