projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8768d54
)
Testsuite: fix CHUNKING tests for no-DKIM build
author
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 22 Aug 2018 22:01:30 +0000
(23:01 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 22 Aug 2018 22:01:30 +0000
(23:01 +0100)
test/confs/0900
patch
|
blob
|
blame
|
history
diff --git
a/test/confs/0900
b/test/confs/0900
index 869084dd8113b4597afdeb667ce36acbdd8b41f6..dfb58eb43331ce383a2ee5c7a8de8e02fd5be93c 100644
(file)
--- 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 -----