Testsuite: fix CHUNKING tests for no-DKIM build
[exim.git] / test / confs / 0900
index 869084dd8113b4597afdeb667ce36acbdd8b41f6..dfb58eb43331ce383a2ee5c7a8de8e02fd5be93c 100644 (file)
@@ -112,6 +112,7 @@ remote_smtp_dkim:
   command_timeout = 2s
   final_timeout = 2s
 
+.ifdef _HAVE_DKIM
 .ifdef SRV
   dkim_domain =                test.ex
   dkim_selector =      sel
@@ -120,6 +121,7 @@ remote_smtp_dkim:
   dkim_sign_headers =  LIST
 .endif
 .endif
+.endif
 
 # ----- Retry -----