rspamd/test/functional/configs/arc_signing/simple.conf
2019-05-14 10:53:17 +01:00

9 lines
185 B
Plaintext

arc {
path = "${TESTDIR}/configs/dkim.key";
check_pubkey = true;
allow_pubkey_mismatch = false;
selector = "dkim";
use_http_headers = true;
allow_headers_fallback = true;
}