From 198dca66af759f1bd625b9c1d78475267cf9fc42 Mon Sep 17 00:00:00 2001 From: Reio Remma Date: Sun, 22 Sep 2019 20:46:46 +0300 Subject: [PATCH] ARC signing instead of DKIM signing. --- 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 3a6a383c9..b69ee7303 100644 --- a/conf/modules.d/arc.conf +++ b/conf/modules.d/arc.conf @@ -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; -- 2.39.5