From 179a4a81763de8f7226e2cd41c13d4f56c2c3624 Mon Sep 17 00:00:00 2001 From: fim-sh <211835880+fim-sh@users.noreply.github.com> Date: Wed, 23 Jul 2025 10:45:15 +0000 Subject: [PATCH] docs: fix path in dkim helper script --- docs/content/config/best-practices/dkim_dmarc_spf.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/content/config/best-practices/dkim_dmarc_spf.md b/docs/content/config/best-practices/dkim_dmarc_spf.md index daea09d3..730b3520 100644 --- a/docs/content/config/best-practices/dkim_dmarc_spf.md +++ b/docs/content/config/best-practices/dkim_dmarc_spf.md @@ -148,9 +148,7 @@ DKIM is currently supported by either OpenDKIM or Rspamd: --- - In case you have not already provided a default DKIM signing configuration, the script will create one and write it to `/etc/rspamd/override.d/dkim_signing.conf`. If this file already exists, it will not be overwritten. - - When you're already using [the `rspamd/override.d/` directory][docs-rspamd-config-dropin], the file is created inside your volume and therefore persisted correctly. If you are not using `rspamd/override.d/`, you will need to persist the file yourself (otherwise it is lost on container restart). + In case you have not already provided a default DKIM signing configuration, the script will create one and write it to `/tmp/docker-mailserver/rspamd/override.d/dkim_signing.conf` (which will be persisted with the default volume mounts). If this file already exists, it will not be overwritten. An example of what a default configuration file for DKIM signing looks like can be found by expanding the example below.