hosts_require_helo
[exim.git] / test / scripts / 0000-Basic / 0538
index c464f3bf1beca6d81b0a085e82d50f3561f614be..51daa9a26b3fa49dde07281f19e357fc387f9dce 100644 (file)
@@ -4,7 +4,7 @@ need_ipv4
 # Do a sender address verify that rejects MAIL FROM:<>
 server PORT_S
 220 Welcome
-HELO
+EHLO
 250 Hi
 MAIL FROM
 550 I'm misconfigured
@@ -12,13 +12,14 @@ QUIT
 221 Bye
 ****
 exim -bs
+helo test
 mail from:<userx@broken.example>
 quit
 ****
 # Now do a recipient verify for the same domain, with use_sender
 server PORT_S
 220 Welcome
-HELO
+EHLO
 250 Hi
 MAIL FROM
 250 OK
@@ -28,12 +29,14 @@ QUIT
 221 Bye
 ****
 exim -bs
+helo test
 mail from:<userx@ok.example>
 rcpt to:<usery@broken.example>
 quit
 ****
 # A final check that the cache works for sender address
 exim -bs
+helo test
 mail from:<userx@broken.example>
 quit
 ****