Testsuite: reorder for dependencies; rename TPDA to events
[exim.git] / test / scripts / 5410-cutthrough-OpenSSL / 5410
index 9938e00e5dce5a8b5c4acab93fb45f8b39a94c01..d276f04b0737764b3147cde480ff1acaaa46983c 100644 (file)
@@ -1,10 +1,13 @@
-# cutthrough_delivery to target oferring TLS
+# cutthrough_delivery to target offering TLS
+#
+munge optional_cert_hostnames
+#
 exim -DSERVER=server -bd -oX PORT_D
 ****
 # this one should succeed
 exim -d-all+acl+transport+expand+lists -bs
 EHLO myhost.test.ex
-MAIL FROM:<eximtest@myhost.test.ex>
+MAIL FROM:<CALLER@myhost.test.ex>
 RCPT TO:<userx@domain.com>
 DATA
 
@@ -15,7 +18,7 @@ QUIT
 # so this one should not use TLS
 exim -d-all+acl+transport+expand+lists -bs
 EHLO myhost.test.ex
-MAIL FROM:<eximtest@myhost.test.ex>
+MAIL FROM:<CALLER@myhost.test.ex>
 RCPT TO:<usery@domain.com>
 DATA
 
@@ -26,7 +29,7 @@ QUIT
 # so this one should not use TLS
 exim -d-all+acl+transport+expand+lists -bs
 EHLO myhost.test.ex
-MAIL FROM:<eximtest@myhost.test.ex>
+MAIL FROM:<CALLER@myhost.test.ex>
 RCPT TO:<usery@domain.com>
 DATA