X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/8ac90765750f87c573300b9e953af3d8090cab8b..e1d3ae66a94db62082632898fab0e1659be27882:/test/confs/0900?ds=sidebyside diff --git a/test/confs/0900 b/test/confs/0900 index 869084dd8..df1540cfb 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 ----- @@ -90,7 +96,7 @@ local_delivery: driver = appendfile delivery_date_add envelope_to_add - file = DIR/test-mail/$local_part + file = DIR/test-mail/${bless:$local_part} headers_add = "X-body-linecount: $body_linecount\n\ X-message-linecount: $message_linecount\n\ X-received-count: $received_count" @@ -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,10 +115,12 @@ remote_smtp_dkim: driver = smtp hosts = 127.0.0.1 port = PORT_S + hosts_try_fastopen = : allow_localhost command_timeout = 2s final_timeout = 2s +.ifdef _HAVE_DKIM .ifdef SRV dkim_domain = test.ex dkim_selector = sel @@ -120,6 +129,7 @@ remote_smtp_dkim: dkim_sign_headers = LIST .endif .endif +.endif # ----- Retry -----