mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2026-02-25 20:25:24 +00:00
docs: Rspamd ARC section align private key filename with setup config dkim (#4616)
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user