From da895eeae7dbf43e4ab9fc49f4b6bbe8e5f7311c Mon Sep 17 00:00:00 2001 From: Kristian Klausen Date: Sat, 12 Oct 2019 15:08:06 +0200 Subject: [PATCH] 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 --- conf/modules.d/arc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/modules.d/arc.conf b/conf/modules.d/arc.conf index 48b5e59e9..9528427b4 100644 --- a/conf/modules.d/arc.conf +++ b/conf/modules.d/arc.conf @@ -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; -- 2.39.5