1 # SMTP still alive check before final response
4 exim -DSERVER=server -bd -oX PORT_D
6 client -t5 127.0.0.1 PORT_D
13 mail from:<userx@test.ex>\r\nrcpt to:<userx@test.ex>\r\ndata
17 This is a test message.
24 # Also check for next input sent too soon
26 exim -DSERVER=server -bd -oX PORT_D
28 client -t5 127.0.0.1 PORT_D
35 mail from:<userx@test.ex>\r\nrcpt to:<userx@test.ex>\r\ndata
39 This is a test message.