summaryrefslogtreecommitdiff
path: root/test/scripts
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2014-08-10 19:06:47 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2014-08-10 19:06:47 +0100
commit82525c6fc2b2c12202b93250c2774bf50baae300 (patch)
treed6902162e5934f6514bc804d19d9181b368c3607 /test/scripts
parent53a7196b578115484068f8c13326741824002c32 (diff)
Add (2 0 1) test
Diffstat (limited to 'test/scripts')
-rw-r--r--test/scripts/5850-DANE-OpenSSL/585017
1 files changed, 15 insertions, 2 deletions
diff --git a/test/scripts/5850-DANE-OpenSSL/5850 b/test/scripts/5850-DANE-OpenSSL/5850
index a021dee6e..814b4b0e8 100644
--- a/test/scripts/5850-DANE-OpenSSL/5850
+++ b/test/scripts/5850-DANE-OpenSSL/5850
@@ -1,6 +1,6 @@
# DANE client: general
#
-exim -DSERVER=server -bd -oX PORT_D
+exim -DSERVER=server -DDETAILS=ee -bd -oX PORT_D
****
# TLSA (3 1 1)
exim CALLER@dane256ee.test.ex
@@ -13,5 +13,18 @@ Testing
exim -qf
****
killdaemon
-exim -DSERVER=server -DNOTDAEMON -qf
+exim -DSERVER=server -DDETAILS=ee -DNOTDAEMON -qf
+****
+#
+#
+exim -DSERVER=server -DDETAILS=ta -bd -oX PORT_D
+****
+# TLSA (2 0 1)
+exim CALLER@mxdane256ta.test.ex
+Testing
+****
+exim -qf
+****
+killdaemon
+exim -DSERVER=server -DDETAILS=ta -DNOTDAEMON -qf
****