need_ipv4
#
exim -bh 1.2.3.4
+helo test
mail from:<x@y>
quit
****
server PORT_S
220 server ready
-HELO
+EHLO
250 OK
MAIL
250 OK
220 OK
****
exim -d -bhc 1.2.3.4
+helo test
mail from:<x@y>
quit
****
exim -d -bhc 1.2.3.4
+helo test
mail from:<x@y>
quit
****
exim -bhc 1.2.3.4
+helo test
mail from:<x@y>
quit
****
server PORT_S
220 server ready
-HELO
+EHLO
250 OK
MAIL
250 OK
220 OK
****
exim -bhc 1.2.3.4
+helo test
mail from:<a@b>
quit
****
# Timeout stuff
server PORT_S
220 server ready
-HELO
+EHLO
*sleep 2
*eof
****
exim -bhc 1.2.3.4
+helo test
mail from:<p1@q>
quit
****