summaryrefslogtreecommitdiffstats
path: root/test/functional/configs/dkim_signing/simple.conf
blob: 9b812ec7e29ca5004aaeda4e5ac5eb30a744e748 (plain)
1
2
3
4
5
6
7
8
9
.include(duplicate=append,priority=0) "{= env.TESTDIR =}/configs/plugins.conf"

dkim_signing {
  path = "{= env.TESTDIR =}/configs/dkim.key";
  check_pubkey = true;
  allow_pubkey_mismatch = false;
  use_http_headers = true;
  allow_headers_fallback = true;
}