1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-11-28 08:52:00 +02:00

[Rspamd] Do not normalise domains to eSLD for ARC

This commit is contained in:
andryyy 2020-01-19 13:17:23 +01:00
parent d4c468d7a5
commit d83013667b
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF

View File

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