mail: disable eSLD for rspamd

This commit is contained in:
Markus 2022-01-27 19:18:56 +01:00
parent 3325ebe70e
commit c23bc49529
2 changed files with 2 additions and 0 deletions

View File

@ -2,5 +2,6 @@ allow_username_mismatch = true;
sign_networks = [127.0.0.1, ::1, {{ mail_trusted | join(", ") }}];
check_pubkey = true;
try_fallback = false;
use_esld = false;
path = "/var/lib/rspamd/dkim/$domain.$selector.key";
selector_map = "/etc/rspamd/local.d/arc_selectors.map";

View File

@ -2,5 +2,6 @@ allow_username_mismatch = true;
sign_networks = [127.0.0.1, ::1, {{ mail_trusted | join(", ") }}];
check_pubkey = true;
try_fallback = false;
use_esld = false;
path = "/var/lib/rspamd/dkim/$domain.$selector.key";
selector_map = "/etc/rspamd/local.d/dkim_selectors.map";