Update docs/content/config/best-practices/dkim_dmarc_spf.md

This commit is contained in:
Brennan Kinney 2024-01-15 12:59:53 +13:00 committed by GitHub
parent 02f09ef0e0
commit 2a0af4357b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -157,7 +157,8 @@ DKIM is currently supported by either OpenDKIM or Rspamd:
check_pubkey = true; # you want to use this in the beginning check_pubkey = true; # you want to use this in the beginning
selector = "mail"; selector = "mail";
path = "/tmp/docker-mailserver/opendkim/keys/$domain/$selector.private"; # this will automatically match keys for domains # The location is searched for a DKIM key with `$domain` sourced from the MIME mail message `From` header, while `$selector` is configured for `mail` (as a default fallback).
path = "/tmp/docker-mailserver/dkim/keys/$domain/$selector.private";
# domain specific configurations can be provided below: # domain specific configurations can be provided below:
domain { domain {