From 4b4a0e99e3329ce10b2bf1bbaae91836a4a20e3d Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 10 Nov 2015 19:01:58 +0000 Subject: Testsuite: reorder for dependencies; rename TPDA to events --- test/scripts/5608-OCSP-OpenSSL-TPDA/5608 | 84 ----------------------- test/scripts/5608-OCSP-OpenSSL-TPDA/REQUIRES | 4 -- test/scripts/5658-OCSP-GnuTLS-TPDA/5658 | 84 ----------------------- test/scripts/5658-OCSP-GnuTLS-TPDA/REQUIRES | 4 -- test/scripts/5700-events/5700 | 94 ++++++++++++++++++++++++++ test/scripts/5700-events/REQUIRES | 1 + test/scripts/5700-tpt-post-dlv-action/5700 | 94 -------------------------- test/scripts/5700-tpt-post-dlv-action/REQUIRES | 1 - test/scripts/5710-GnuTLS-events/5710 | 13 ++++ test/scripts/5710-GnuTLS-events/REQUIRES | 2 + test/scripts/5720-OpenSSL-events/5720 | 13 ++++ test/scripts/5720-OpenSSL-events/REQUIRES | 2 + test/scripts/5730-OCSP-GnuTLS-events/5730 | 84 +++++++++++++++++++++++ test/scripts/5730-OCSP-GnuTLS-events/REQUIRES | 4 ++ test/scripts/5740-OCSP-OpenSSL-events/5740 | 84 +++++++++++++++++++++++ test/scripts/5740-OCSP-OpenSSL-events/REQUIRES | 4 ++ test/scripts/5750-GnuTLS-TPDA/5750 | 13 ---- test/scripts/5750-GnuTLS-TPDA/REQUIRES | 2 - test/scripts/5760-OpenSSL-TPDA/5760 | 13 ---- test/scripts/5760-OpenSSL-TPDA/REQUIRES | 2 - test/scripts/5860-DANE-OpenSSL-TPDA/5860 | 30 -------- test/scripts/5860-DANE-OpenSSL-TPDA/REQUIRES | 4 -- test/scripts/5860-DANE-OpenSSL-events/5860 | 30 ++++++++ test/scripts/5860-DANE-OpenSSL-events/REQUIRES | 4 ++ 24 files changed, 335 insertions(+), 335 deletions(-) delete mode 100644 test/scripts/5608-OCSP-OpenSSL-TPDA/5608 delete mode 100644 test/scripts/5608-OCSP-OpenSSL-TPDA/REQUIRES delete mode 100644 test/scripts/5658-OCSP-GnuTLS-TPDA/5658 delete mode 100644 test/scripts/5658-OCSP-GnuTLS-TPDA/REQUIRES create mode 100644 test/scripts/5700-events/5700 create mode 100644 test/scripts/5700-events/REQUIRES delete mode 100644 test/scripts/5700-tpt-post-dlv-action/5700 delete mode 100644 test/scripts/5700-tpt-post-dlv-action/REQUIRES create mode 100644 test/scripts/5710-GnuTLS-events/5710 create mode 100644 test/scripts/5710-GnuTLS-events/REQUIRES create mode 100644 test/scripts/5720-OpenSSL-events/5720 create mode 100644 test/scripts/5720-OpenSSL-events/REQUIRES create mode 100644 test/scripts/5730-OCSP-GnuTLS-events/5730 create mode 100644 test/scripts/5730-OCSP-GnuTLS-events/REQUIRES create mode 100644 test/scripts/5740-OCSP-OpenSSL-events/5740 create mode 100644 test/scripts/5740-OCSP-OpenSSL-events/REQUIRES delete mode 100644 test/scripts/5750-GnuTLS-TPDA/5750 delete mode 100644 test/scripts/5750-GnuTLS-TPDA/REQUIRES delete mode 100644 test/scripts/5760-OpenSSL-TPDA/5760 delete mode 100644 test/scripts/5760-OpenSSL-TPDA/REQUIRES delete mode 100644 test/scripts/5860-DANE-OpenSSL-TPDA/5860 delete mode 100644 test/scripts/5860-DANE-OpenSSL-TPDA/REQUIRES create mode 100644 test/scripts/5860-DANE-OpenSSL-events/5860 create mode 100644 test/scripts/5860-DANE-OpenSSL-events/REQUIRES (limited to 'test/scripts') diff --git a/test/scripts/5608-OCSP-OpenSSL-TPDA/5608 b/test/scripts/5608-OCSP-OpenSSL-TPDA/5608 deleted file mode 100644 index 8010507dc..000000000 --- a/test/scripts/5608-OCSP-OpenSSL-TPDA/5608 +++ /dev/null @@ -1,84 +0,0 @@ -# OCSP stapling, client, tpda -# duplicate of 5601 -# -# -# Client works when we request but don't require OCSP stapling and none comes -exim -bd -oX PORT_D -DSERVER=server -DOCSP=/dev/null -**** -exim norequire@test.ex -test message. -**** -sleep 1 -killdaemon -# -# -# -# -# Client works when we request but don't require OCSP stapling and some arrives -exim -bd -oX PORT_D -DSERVER=server \ - -DOCSP=DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.ocsp.good.resp -**** -exim norequire@test.ex -test message. -**** -millisleep 500 -# -# -# -# -# Client works when we don't request OCSP stapling -exim nostaple@test.ex -test message. -**** -millisleep 500 -# -# -# -# -# Client accepts good stapled info -exim good@test.ex -test message. -**** -sleep 1 -killdaemon -# -# -# -# Client fails on lack of required stapled info -exim -bd -oX PORT_D -DSERVER=server -DOCSP=/dev/null -**** -exim failrequire@test.ex -test message. -**** -sleep 1 -killdaemon -no_msglog_check -# -# -# -# Client fails on revoked stapled info -EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK=y exim -bd -oX PORT_D -DSERVER=server \ - -DOCSP=DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.ocsp.revoked.resp -**** -exim failrevoked@test.ex -test message. -**** -sleep 1 -killdaemon -# -# -# -# -# Client fails on expired stapled info -EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK=y exim -bd -oX PORT_D -DSERVER=server \ - -DOCSP=DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.ocsp.dated.resp -**** -exim failexpired@test.ex -test message. -**** -sleep 1 -killdaemon -# -# -# -# diff --git a/test/scripts/5608-OCSP-OpenSSL-TPDA/REQUIRES b/test/scripts/5608-OCSP-OpenSSL-TPDA/REQUIRES deleted file mode 100644 index d4c3b4939..000000000 --- a/test/scripts/5608-OCSP-OpenSSL-TPDA/REQUIRES +++ /dev/null @@ -1,4 +0,0 @@ -support OpenSSL -support OCSP -support Experimental_Event -running IPv4 diff --git a/test/scripts/5658-OCSP-GnuTLS-TPDA/5658 b/test/scripts/5658-OCSP-GnuTLS-TPDA/5658 deleted file mode 100644 index 759810613..000000000 --- a/test/scripts/5658-OCSP-GnuTLS-TPDA/5658 +++ /dev/null @@ -1,84 +0,0 @@ -# OCSP stapling, client, tpda -# duplicate of 5651 -# -# -# Client works when we request but don't require OCSP stapling and none comes -exim -bd -oX PORT_D -DSERVER=server -DOCSP="" -**** -exim norequire@test.ex -test message. -**** -sleep 1 -killdaemon -# -# -# -# -# Client works when we request but don't require OCSP stapling and some arrives -exim -bd -oX PORT_D -DSERVER=server \ - -DOCSP=DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.ocsp.good.resp -**** -exim norequire@test.ex -test message. -**** -millisleep 500 -# -# -# -# -# Client works when we don't request OCSP stapling -exim nostaple@test.ex -test message. -**** -millisleep 500 -# -# -# -# -# Client accepts good stapled info -exim good@test.ex -test message. -**** -sleep 1 -killdaemon -# -# -# -# Client fails on lack of required stapled info -exim -bd -oX PORT_D -DSERVER=server -DOCSP="" -**** -exim failrequire@test.ex -test message. -**** -sleep 1 -killdaemon -no_msglog_check -# -# -# -# Client fails on revoked stapled info -EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK=y exim -bd -oX PORT_D -DSERVER=server \ - -DOCSP=DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.ocsp.revoked.resp -**** -exim failrevoked@test.ex -test message. -**** -sleep 1 -killdaemon -# -# -# -# -# Client fails on expired stapled info -EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK=y exim -bd -oX PORT_D -DSERVER=server \ - -DOCSP=DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.ocsp.dated.resp -**** -exim failexpired@test.ex -test message. -**** -sleep 1 -killdaemon -# -# -# -# diff --git a/test/scripts/5658-OCSP-GnuTLS-TPDA/REQUIRES b/test/scripts/5658-OCSP-GnuTLS-TPDA/REQUIRES deleted file mode 100644 index c06f36969..000000000 --- a/test/scripts/5658-OCSP-GnuTLS-TPDA/REQUIRES +++ /dev/null @@ -1,4 +0,0 @@ -support GnuTLS -support OCSP -support Experimental_Event -running IPv4 diff --git a/test/scripts/5700-events/5700 b/test/scripts/5700-events/5700 new file mode 100644 index 000000000..f7cd8272c --- /dev/null +++ b/test/scripts/5700-events/5700 @@ -0,0 +1,94 @@ +# Arbitrary expansion after transport +# (EXPERIMENTAL_TPDA) +# +need_ipv4 +# +exim -odq userx@domain1 +A deliverable message +**** +server PORT_S +220 ESMTP +EHLO +250-OK +250 HELP +MAIL +250 OK +RCPT +250 OK +DATA +354 More... +. +250 OK +QUIT +220 OK +**** +exim -qqf +**** +# +# +# +# +exim -odq userx@domain2 +A deliverable message which will hit a coding error in the config +**** +server PORT_S +220 ESMTP +EHLO +250-OK +250 HELP +MAIL +250 OK +RCPT +250 OK +DATA +354 More... +. +250 OK +QUIT +220 OK +**** +exim -qqf +**** +# +# +# +server PORT_S +220 ESMTP +EHLO +*sleep 4 +**** +exim -odi userx@domain1 +A message which will hit a timeout at the destination server +. +**** +# +# +# +# +# +exim -odq userx@domain1 +A message which will get refused +**** +server PORT_S +220 ESMTP +EHLO +250-OK +250 HELP +MAIL +250 OK +RCPT +550 GO AWAY +QUIT +220 OK +**** +exim -qqf +**** +# +# +# +# +exim -odq userx@domain1 +A message we will cancel from the queue +**** +exim -odi -Mg $msg1 +**** diff --git a/test/scripts/5700-events/REQUIRES b/test/scripts/5700-events/REQUIRES new file mode 100644 index 000000000..33cd625a3 --- /dev/null +++ b/test/scripts/5700-events/REQUIRES @@ -0,0 +1 @@ +support Experimental_Event diff --git a/test/scripts/5700-tpt-post-dlv-action/5700 b/test/scripts/5700-tpt-post-dlv-action/5700 deleted file mode 100644 index f7cd8272c..000000000 --- a/test/scripts/5700-tpt-post-dlv-action/5700 +++ /dev/null @@ -1,94 +0,0 @@ -# Arbitrary expansion after transport -# (EXPERIMENTAL_TPDA) -# -need_ipv4 -# -exim -odq userx@domain1 -A deliverable message -**** -server PORT_S -220 ESMTP -EHLO -250-OK -250 HELP -MAIL -250 OK -RCPT -250 OK -DATA -354 More... -. -250 OK -QUIT -220 OK -**** -exim -qqf -**** -# -# -# -# -exim -odq userx@domain2 -A deliverable message which will hit a coding error in the config -**** -server PORT_S -220 ESMTP -EHLO -250-OK -250 HELP -MAIL -250 OK -RCPT -250 OK -DATA -354 More... -. -250 OK -QUIT -220 OK -**** -exim -qqf -**** -# -# -# -server PORT_S -220 ESMTP -EHLO -*sleep 4 -**** -exim -odi userx@domain1 -A message which will hit a timeout at the destination server -. -**** -# -# -# -# -# -exim -odq userx@domain1 -A message which will get refused -**** -server PORT_S -220 ESMTP -EHLO -250-OK -250 HELP -MAIL -250 OK -RCPT -550 GO AWAY -QUIT -220 OK -**** -exim -qqf -**** -# -# -# -# -exim -odq userx@domain1 -A message we will cancel from the queue -**** -exim -odi -Mg $msg1 -**** diff --git a/test/scripts/5700-tpt-post-dlv-action/REQUIRES b/test/scripts/5700-tpt-post-dlv-action/REQUIRES deleted file mode 100644 index 33cd625a3..000000000 --- a/test/scripts/5700-tpt-post-dlv-action/REQUIRES +++ /dev/null @@ -1 +0,0 @@ -support Experimental_Event diff --git a/test/scripts/5710-GnuTLS-events/5710 b/test/scripts/5710-GnuTLS-events/5710 new file mode 100644 index 000000000..903c79525 --- /dev/null +++ b/test/scripts/5710-GnuTLS-events/5710 @@ -0,0 +1,13 @@ +# TLS client: GnuTLS $tls_out_peercert +exim -DSERVER=server -bd -oX PORT_D +**** +exim bad@test.ex +Testing +**** +exim good@test.ex +Testing +**** +exim -qf +**** +killdaemon +no_msglog_check diff --git a/test/scripts/5710-GnuTLS-events/REQUIRES b/test/scripts/5710-GnuTLS-events/REQUIRES new file mode 100644 index 000000000..66a85d789 --- /dev/null +++ b/test/scripts/5710-GnuTLS-events/REQUIRES @@ -0,0 +1,2 @@ +support Experimental_Event +support GnuTLS diff --git a/test/scripts/5720-OpenSSL-events/5720 b/test/scripts/5720-OpenSSL-events/5720 new file mode 100644 index 000000000..8fa8bd04b --- /dev/null +++ b/test/scripts/5720-OpenSSL-events/5720 @@ -0,0 +1,13 @@ +# TLS client: OpenSSL certificates and extractions +exim -DSERVER=server -bd -oX PORT_D +**** +exim bad@test.ex +Testing +**** +exim good@test.ex +Testing +**** +exim -qf +**** +killdaemon +no_msglog_check diff --git a/test/scripts/5720-OpenSSL-events/REQUIRES b/test/scripts/5720-OpenSSL-events/REQUIRES new file mode 100644 index 000000000..d87b2875d --- /dev/null +++ b/test/scripts/5720-OpenSSL-events/REQUIRES @@ -0,0 +1,2 @@ +support Experimental_Event +support OpenSSL diff --git a/test/scripts/5730-OCSP-GnuTLS-events/5730 b/test/scripts/5730-OCSP-GnuTLS-events/5730 new file mode 100644 index 000000000..759810613 --- /dev/null +++ b/test/scripts/5730-OCSP-GnuTLS-events/5730 @@ -0,0 +1,84 @@ +# OCSP stapling, client, tpda +# duplicate of 5651 +# +# +# Client works when we request but don't require OCSP stapling and none comes +exim -bd -oX PORT_D -DSERVER=server -DOCSP="" +**** +exim norequire@test.ex +test message. +**** +sleep 1 +killdaemon +# +# +# +# +# Client works when we request but don't require OCSP stapling and some arrives +exim -bd -oX PORT_D -DSERVER=server \ + -DOCSP=DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.ocsp.good.resp +**** +exim norequire@test.ex +test message. +**** +millisleep 500 +# +# +# +# +# Client works when we don't request OCSP stapling +exim nostaple@test.ex +test message. +**** +millisleep 500 +# +# +# +# +# Client accepts good stapled info +exim good@test.ex +test message. +**** +sleep 1 +killdaemon +# +# +# +# Client fails on lack of required stapled info +exim -bd -oX PORT_D -DSERVER=server -DOCSP="" +**** +exim failrequire@test.ex +test message. +**** +sleep 1 +killdaemon +no_msglog_check +# +# +# +# Client fails on revoked stapled info +EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK=y exim -bd -oX PORT_D -DSERVER=server \ + -DOCSP=DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.ocsp.revoked.resp +**** +exim failrevoked@test.ex +test message. +**** +sleep 1 +killdaemon +# +# +# +# +# Client fails on expired stapled info +EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK=y exim -bd -oX PORT_D -DSERVER=server \ + -DOCSP=DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.ocsp.dated.resp +**** +exim failexpired@test.ex +test message. +**** +sleep 1 +killdaemon +# +# +# +# diff --git a/test/scripts/5730-OCSP-GnuTLS-events/REQUIRES b/test/scripts/5730-OCSP-GnuTLS-events/REQUIRES new file mode 100644 index 000000000..c06f36969 --- /dev/null +++ b/test/scripts/5730-OCSP-GnuTLS-events/REQUIRES @@ -0,0 +1,4 @@ +support GnuTLS +support OCSP +support Experimental_Event +running IPv4 diff --git a/test/scripts/5740-OCSP-OpenSSL-events/5740 b/test/scripts/5740-OCSP-OpenSSL-events/5740 new file mode 100644 index 000000000..8010507dc --- /dev/null +++ b/test/scripts/5740-OCSP-OpenSSL-events/5740 @@ -0,0 +1,84 @@ +# OCSP stapling, client, tpda +# duplicate of 5601 +# +# +# Client works when we request but don't require OCSP stapling and none comes +exim -bd -oX PORT_D -DSERVER=server -DOCSP=/dev/null +**** +exim norequire@test.ex +test message. +**** +sleep 1 +killdaemon +# +# +# +# +# Client works when we request but don't require OCSP stapling and some arrives +exim -bd -oX PORT_D -DSERVER=server \ + -DOCSP=DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.ocsp.good.resp +**** +exim norequire@test.ex +test message. +**** +millisleep 500 +# +# +# +# +# Client works when we don't request OCSP stapling +exim nostaple@test.ex +test message. +**** +millisleep 500 +# +# +# +# +# Client accepts good stapled info +exim good@test.ex +test message. +**** +sleep 1 +killdaemon +# +# +# +# Client fails on lack of required stapled info +exim -bd -oX PORT_D -DSERVER=server -DOCSP=/dev/null +**** +exim failrequire@test.ex +test message. +**** +sleep 1 +killdaemon +no_msglog_check +# +# +# +# Client fails on revoked stapled info +EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK=y exim -bd -oX PORT_D -DSERVER=server \ + -DOCSP=DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.ocsp.revoked.resp +**** +exim failrevoked@test.ex +test message. +**** +sleep 1 +killdaemon +# +# +# +# +# Client fails on expired stapled info +EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK=y exim -bd -oX PORT_D -DSERVER=server \ + -DOCSP=DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.ocsp.dated.resp +**** +exim failexpired@test.ex +test message. +**** +sleep 1 +killdaemon +# +# +# +# diff --git a/test/scripts/5740-OCSP-OpenSSL-events/REQUIRES b/test/scripts/5740-OCSP-OpenSSL-events/REQUIRES new file mode 100644 index 000000000..d4c3b4939 --- /dev/null +++ b/test/scripts/5740-OCSP-OpenSSL-events/REQUIRES @@ -0,0 +1,4 @@ +support OpenSSL +support OCSP +support Experimental_Event +running IPv4 diff --git a/test/scripts/5750-GnuTLS-TPDA/5750 b/test/scripts/5750-GnuTLS-TPDA/5750 deleted file mode 100644 index 903c79525..000000000 --- a/test/scripts/5750-GnuTLS-TPDA/5750 +++ /dev/null @@ -1,13 +0,0 @@ -# TLS client: GnuTLS $tls_out_peercert -exim -DSERVER=server -bd -oX PORT_D -**** -exim bad@test.ex -Testing -**** -exim good@test.ex -Testing -**** -exim -qf -**** -killdaemon -no_msglog_check diff --git a/test/scripts/5750-GnuTLS-TPDA/REQUIRES b/test/scripts/5750-GnuTLS-TPDA/REQUIRES deleted file mode 100644 index 66a85d789..000000000 --- a/test/scripts/5750-GnuTLS-TPDA/REQUIRES +++ /dev/null @@ -1,2 +0,0 @@ -support Experimental_Event -support GnuTLS diff --git a/test/scripts/5760-OpenSSL-TPDA/5760 b/test/scripts/5760-OpenSSL-TPDA/5760 deleted file mode 100644 index 8fa8bd04b..000000000 --- a/test/scripts/5760-OpenSSL-TPDA/5760 +++ /dev/null @@ -1,13 +0,0 @@ -# TLS client: OpenSSL certificates and extractions -exim -DSERVER=server -bd -oX PORT_D -**** -exim bad@test.ex -Testing -**** -exim good@test.ex -Testing -**** -exim -qf -**** -killdaemon -no_msglog_check diff --git a/test/scripts/5760-OpenSSL-TPDA/REQUIRES b/test/scripts/5760-OpenSSL-TPDA/REQUIRES deleted file mode 100644 index d87b2875d..000000000 --- a/test/scripts/5760-OpenSSL-TPDA/REQUIRES +++ /dev/null @@ -1,2 +0,0 @@ -support Experimental_Event -support OpenSSL diff --git a/test/scripts/5860-DANE-OpenSSL-TPDA/5860 b/test/scripts/5860-DANE-OpenSSL-TPDA/5860 deleted file mode 100644 index 94bc4d2b8..000000000 --- a/test/scripts/5860-DANE-OpenSSL-TPDA/5860 +++ /dev/null @@ -1,30 +0,0 @@ -# DANE client: TPDA -# -exim -DSERVER=server -DDETAILS=ee -bd -oX PORT_D -**** -# TLSA (3 1 1) -exim CALLER@dane256ee.test.ex -Testing -**** -# TLSA (3 1 2) -exim CALLER@mxdane512ee.test.ex -Testing -**** -exim -qf -**** -killdaemon -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 -**** diff --git a/test/scripts/5860-DANE-OpenSSL-TPDA/REQUIRES b/test/scripts/5860-DANE-OpenSSL-TPDA/REQUIRES deleted file mode 100644 index 7d32fcd49..000000000 --- a/test/scripts/5860-DANE-OpenSSL-TPDA/REQUIRES +++ /dev/null @@ -1,4 +0,0 @@ -support Experimental_DANE -support Experimental_Event -support OpenSSL -running IPv4 diff --git a/test/scripts/5860-DANE-OpenSSL-events/5860 b/test/scripts/5860-DANE-OpenSSL-events/5860 new file mode 100644 index 000000000..94bc4d2b8 --- /dev/null +++ b/test/scripts/5860-DANE-OpenSSL-events/5860 @@ -0,0 +1,30 @@ +# DANE client: TPDA +# +exim -DSERVER=server -DDETAILS=ee -bd -oX PORT_D +**** +# TLSA (3 1 1) +exim CALLER@dane256ee.test.ex +Testing +**** +# TLSA (3 1 2) +exim CALLER@mxdane512ee.test.ex +Testing +**** +exim -qf +**** +killdaemon +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 +**** diff --git a/test/scripts/5860-DANE-OpenSSL-events/REQUIRES b/test/scripts/5860-DANE-OpenSSL-events/REQUIRES new file mode 100644 index 000000000..7d32fcd49 --- /dev/null +++ b/test/scripts/5860-DANE-OpenSSL-events/REQUIRES @@ -0,0 +1,4 @@ +support Experimental_DANE +support Experimental_Event +support OpenSSL +running IPv4 -- cgit v1.2.3