Testsuite: fix CHUNKING tests for no-DKIM build
authorJeremy Harris <jgh146exb@wizmail.org>
Wed, 22 Aug 2018 22:01:30 +0000 (23:01 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Wed, 22 Aug 2018 22:01:30 +0000 (23:01 +0100)
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 -----