Browse Source

ARC signing instead of DKIM signing.

The original commit:
198dca66a ARC signing instead of DKIM signing.
was unintended "reverted" in:
3288513eb [Config] Reasonable default settings for ARC
tags/2.1
Kristian Klausen 4 years ago
parent
commit
da895eeae7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      conf/modules.d/arc.conf

+ 1
- 1
conf/modules.d/arc.conf View File

@@ -47,7 +47,7 @@ arc {
symbol_sign = "ARC_SIGNED";
# Whether to fallback to global config
try_fallback = true;
# Domain to use for DKIM signing: can be "header", "envelope" or "recipient"
# Domain to use for ARC signing: can be "header", "envelope" or "recipient"
use_domain = "recipient";
# Whether to normalise domains to eSLD
use_esld = true;

Loading…
Cancel
Save