Update dkim_dmarc_spf.md

using DKIM signing in Rspamd - automatically match keys for domains in dkim_signing.conf
This commit is contained in:
Den 2023-12-16 13:23:29 +02:00 committed by GitHub
parent bbed3f6608
commit 02f09ef0e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -156,6 +156,10 @@ DKIM is currently supported by either OpenDKIM or Rspamd:
use_esld = true;
check_pubkey = true; # you want to use this in the beginning
selector = "mail";
path = "/tmp/docker-mailserver/opendkim/keys/$domain/$selector.private"; # this will automatically match keys for domains
# domain specific configurations can be provided below:
domain {
example.com {
path = "/tmp/docker-mailserver/rspamd/dkim/mail.private";