mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-12-24 10:31:00 +01:00
docs: Rspamd ARC section align private key filename with setup config dkim (#4616)
This commit is contained in:
parent
d3b1be2b05
commit
c0f27df568
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user