X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/8ac90765750f87c573300b9e953af3d8090cab8b..cf84d126bc1f04746eb7c8e8b3468f7e70add3ec:/test/confs/0900 diff --git a/test/confs/0900 b/test/confs/0900 index 869084dd8..caf17be81 100644 --- a/test/confs/0900 +++ b/test/confs/0900 @@ -16,6 +16,9 @@ tls_advertise_hosts = ${if eq {SRV}{tls} {*}} .ifdef _HAVE_REQTLS tls_advertise_requiretls = : .endif +.ifdef _HAVE_PIPE_CONNECT +pipelining_connect_advertise_hosts = : +.endif # ----- Main settings ----- @@ -112,6 +115,7 @@ remote_smtp_dkim: command_timeout = 2s final_timeout = 2s +.ifdef _HAVE_DKIM .ifdef SRV dkim_domain = test.ex dkim_selector = sel @@ -120,6 +124,7 @@ remote_smtp_dkim: dkim_sign_headers = LIST .endif .endif +.endif # ----- Retry -----