aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Klausen <kristian@klausen.dk>2019-10-12 15:08:06 +0200
committerKristian Klausen <kristian@klausen.dk>2019-10-12 15:09:18 +0200
commitda895eeae7dbf43e4ab9fc49f4b6bbe8e5f7311c (patch)
tree4bf24d023f98a546cb6c19d99b348d3e4b2da817
parentedf70f59c11f1877bda35ad0f85889141a89224f (diff)
downloadrspamd-da895eeae7dbf43e4ab9fc49f4b6bbe8e5f7311c.tar.gz
rspamd-da895eeae7dbf43e4ab9fc49f4b6bbe8e5f7311c.zip
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
-rw-r--r--conf/modules.d/arc.conf2
1 files changed, 1 insertions, 1 deletions
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;