summaryrefslogtreecommitdiff
path: root/test/confs/0900
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-08-22 23:01:30 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2018-08-22 23:01:30 +0100
commit1ccc4edfce288968e4ea79586b00506ddefe1371 (patch)
tree9f14792b3aee25a413dda3be1901eb2617231426 /test/confs/0900
parent8768d5483a5894400ae1f70cda1beb44ed9b087c (diff)
Testsuite: fix CHUNKING tests for no-DKIM build
Diffstat (limited to 'test/confs/0900')
-rw-r--r--test/confs/09002
1 files changed, 2 insertions, 0 deletions
diff --git a/test/confs/0900 b/test/confs/0900
index 869084dd8..dfb58eb43 100644
--- a/test/confs/0900
+++ b/test/confs/0900
@@ -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 -----