Fix tests 5400, 5401, 5410, 5420 to work under any user.
[exim.git] / test / scripts / 5410-cutthrough-OpenSSL / 5410
index 9938e00e5dce5a8b5c4acab93fb45f8b39a94c01..9f5ff7196aeb7c61bade5c1839dc7c5b75053835 100644 (file)
@@ -4,7 +4,7 @@ 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 +15,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 +26,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