Browse Source

Do not use sld for DKIM signing

andryyy 8 years ago
parent
commit
e3f9839410
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/conf/rspamd/local.d/dkim_signing.conf

+ 1 - 1
data/conf/rspamd/local.d/dkim_signing.conf

@@ -21,7 +21,7 @@ try_fallback = true;
 # Domain to use for DKIM signing: can be "header" or "envelope"
 use_domain = "envelope";
 # Whether to normalise domains to eSLD
-use_esld = true;
+use_esld = false;
 # Whether to get keys from Redis
 use_redis = false;
 # Hash for DKIM keys in Redis