summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-08-06 15:51:01 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-08-06 16:30:37 +0100
commit9960d1e59f08254a951283981d4a32c73ca7d3ad (patch)
tree6fd377616c2e8abf7500f0cb74b3f3564f989734 /test
parent44bc8f0c2f3576b46bd6df1b818cb29eaf84df5b (diff)
Fix DISABLE_DKIM build & test. Fix build on systems lacking MAX in standard includes.
Broken-by: 44bc8f0c2f35
Diffstat (limited to 'test')
-rw-r--r--test/confs/09003
1 files changed, 2 insertions, 1 deletions
diff --git a/test/confs/0900 b/test/confs/0900
index 427669c4b..52678e45d 100644
--- a/test/confs/0900
+++ b/test/confs/0900
@@ -1,6 +1,5 @@
# Exim test configuration 0900
SERVER=
-X=
Y=
OPT=
ALLOW=
@@ -103,12 +102,14 @@ remote_smtp_dkim:
command_timeout = 2s
final_timeout = 2s
+.ifdef X
dkim_domain = test.ex
dkim_selector = sel
dkim_private_key = DIR/aux-fixed/dkim/dkim.private
.ifndef HEADERS_MAXSIZE
dkim_sign_headers = OPT
.endif
+.endif
# ----- Retry -----