Fix "-bP smtp_receive_timeout". Bug 2384
[exim.git] / test / confs / 0900
index 869084dd8113b4597afdeb667ce36acbdd8b41f6..caf17be81bfc7751e9bafee102f49931ad1310df 100644 (file)
@@ -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 -----