Browse Source

ARC signing instead of DKIM signing.

tags/2.0
Reio Remma 4 years ago
parent
commit
198dca66af
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

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

Loading…
Cancel
Save