X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/1ccc4edfce288968e4ea79586b00506ddefe1371..277b99794bf90e4a64b4adee88c08bed417bc5ee:/test/confs/0900 diff --git a/test/confs/0900 b/test/confs/0900 index dfb58eb43..4c824c4b4 100644 --- a/test/confs/0900 +++ b/test/confs/0900 @@ -16,6 +16,12 @@ tls_advertise_hosts = ${if eq {SRV}{tls} {*}} .ifdef _HAVE_REQTLS tls_advertise_requiretls = : .endif +.ifdef _HAVE_PIPE_CONNECT +pipelining_connect_advertise_hosts = : +.endif +.ifdef _HAVE_DMARC +dmarc_tld_file = +.endif # ----- Main settings ----- @@ -100,6 +106,7 @@ remote_smtp: driver = smtp hosts = 127.0.0.1 port = PORT_S + hosts_try_fastopen = : allow_localhost command_timeout = 2s final_timeout = 2s @@ -108,6 +115,7 @@ remote_smtp_dkim: driver = smtp hosts = 127.0.0.1 port = PORT_S + hosts_try_fastopen = : allow_localhost command_timeout = 2s final_timeout = 2s