From: Kristian Klausen Date: Sat, 12 Oct 2019 13:08:06 +0000 (+0200) Subject: ARC signing instead of DKIM signing. X-Git-Tag: 2.1~97^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3081%2Fhead;p=thirdparty%2Frspamd.git 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 --- diff --git a/conf/modules.d/arc.conf b/conf/modules.d/arc.conf index 48b5e59e91..9528427b43 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;