X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d1af83598f7d6b32516a11bb28e569d592a05c48..e4307860d847c4679adb4735698a31065a392752:/test/confs/5730 diff --git a/test/confs/5730 b/test/confs/5730 index 8a5b0751c..2b32008d4 100644 --- a/test/confs/5730 +++ b/test/confs/5730 @@ -4,13 +4,19 @@ SERVER = exim_path = EXIM_PATH -keep_environment = +keep_environment = ^EXIM_TESTHARNESS_DISABLE_[O]CSPVALIDITYCHECK$ host_lookup_order = bydns -primary_hostname = server1.example.com spool_directory = DIR/spool log_file_path = DIR/spool/log/SERVER%slog gecos_pattern = "" gecos_name = CALLER_NAME +chunking_advertise_hosts = + +primary_hostname = server1.example.com + +.ifdef _HAVE_DMARC +dmarc_tld_file = +.endif # ----- Main settings ----- @@ -35,7 +41,7 @@ tls_privatekey = ${if eq {SERVER}{server}\ fail} # from cmdline define -tls_ocsp_file = OCSP +tls_ocsp_file = OPT # ------ ACL ------