diff --git a/docs/content/config/security/rspamd.md b/docs/content/config/security/rspamd.md index 4c594e1c..c49baea6 100644 --- a/docs/content/config/security/rspamd.md +++ b/docs/content/config/security/rspamd.md @@ -256,12 +256,12 @@ sign_local = true; sign_authenticated = true; domain { - { - # Change the path here to your actual private key - path = "/tmp/docker-mailserver/rspamd/dkim/rsa-2048-mail-.private.txt"; - # Changhe the selected if you chose a non-default one - selector = "mail"; - } + { + # Change the path here to your actual private key + path = "/tmp/docker-mailserver/rspamd/dkim/rsa-2048-mail-.private.txt"; + # Changhe the selected if you chose a non-default one + selector = "mail"; + } } ```