Created
February 26, 2019 11:56
-
-
Save croessner/1c30dc68df33dedc264ff7e4b052afce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dkim_signing { | |
use_esld = true; | |
symbol = "DKIM_SIGNED"; | |
allow_envfrom_empty = true; | |
sign_networks [ | |
"127.2.4.7", | |
] | |
allow_username_mismatch = false; | |
sign_local = true; | |
allow_hdrfrom_mismatch = false; | |
selector = "dkim"; | |
auth_only = true; | |
try_fallback = false; | |
path_map = "/etc/rspamd/maps.d/dkim_paths.map"; | |
use_redis = false; | |
selector_map = "/etc/rspamd/maps.d/dkim_selectors.map"; | |
key_prefix = "DKIM_KEYS"; | |
enabled = true; | |
use_domain = "header"; | |
allow_hdrfrom_multiple = false; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment