docs: Rspamd ARC section align private key filename with setup config dkim (#4616)

This commit is contained in:
Ayman Bagabas 2025-12-12 02:40:26 -05:00 committed by GitHub
parent d3b1be2b05
commit c0f27df568
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -303,7 +303,7 @@ There is a dedicated [section for setting up DKIM with Rspamd in our documentati
domain {
example.com {
path = "/tmp/docker-mailserver/rspamd/dkim/rsa-2048-mail-example.private.txt";
path = "/tmp/docker-mailserver/rspamd/dkim/rsa-2048-mail-example.com.private.txt";
selector = "mail";
}
}