X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/8ac90765750f87c573300b9e953af3d8090cab8b..11c4a22b0a2098d2ad7b9d210bc4a1bfc9742ff8:/test/confs/0900 diff --git a/test/confs/0900 b/test/confs/0900 index 869084dd8..ce6f2c379 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 ----- @@ -112,6 +118,7 @@ remote_smtp_dkim: command_timeout = 2s final_timeout = 2s +.ifdef _HAVE_DKIM .ifdef SRV dkim_domain = test.ex dkim_selector = sel @@ -120,6 +127,7 @@ remote_smtp_dkim: dkim_sign_headers = LIST .endif .endif +.endif # ----- Retry -----