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: https://source.dussan.org/?a=commitdiff_plain;h=da895eeae7dbf43e4ab9fc49f4b6bbe8e5f7311c;p=rspamd.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 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;