Hi,
I've been following the docs to set up the DKIM signing. There is information, that the configuration created by setup script is placed in /etc/rspamd/override.d/dkim_signing.conf:
|
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. |
and additional volume needs to be created to preserve it.
However, the setup script prints:
INFO rspamd-dkim: Supplying a default configuration (to '/tmp/docker-mailserver/rspamd/override.d/dkim_signing.conf')
which is mounted as volume by default, and I can confirm that the configuration is placed there (tag 15.0.2).
Could you confirm this? I can create a PR to fix the docs.
Hi,
I've been following the docs to set up the DKIM signing. There is information, that the configuration created by setup script is placed in
/etc/rspamd/override.d/dkim_signing.conf:docker-mailserver/docs/content/config/best-practices/dkim_dmarc_spf.md
Line 151 in 2079841
and additional volume needs to be created to preserve it.
However, the setup script prints:
which is mounted as volume by default, and I can confirm that the configuration is placed there (tag 15.0.2).
Could you confirm this? I can create a PR to fix the docs.