From 2a0af4357b516e981f41397dfb132c5928495c2c Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Mon, 15 Jan 2024 12:59:53 +1300 Subject: [PATCH] Update docs/content/config/best-practices/dkim_dmarc_spf.md --- docs/content/config/best-practices/dkim_dmarc_spf.md | 3 ++- 1 file changed, 2 insertions(+), 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 d1ae9949..457d7ff0 100644 --- a/docs/content/config/best-practices/dkim_dmarc_spf.md +++ b/docs/content/config/best-practices/dkim_dmarc_spf.md @@ -157,7 +157,8 @@ DKIM is currently supported by either OpenDKIM or Rspamd: check_pubkey = true; # you want to use this in the beginning selector = "mail"; - path = "/tmp/docker-mailserver/opendkim/keys/$domain/$selector.private"; # this will automatically match keys for domains + # The location is searched for a DKIM key with `$domain` sourced from the MIME mail message `From` header, while `$selector` is configured for `mail` (as a default fallback). + path = "/tmp/docker-mailserver/dkim/keys/$domain/$selector.private"; # domain specific configurations can be provided below: domain {