1 # TLS server: SMTP still alive check before final response
2 exim -DSERVER=server -bd -oX PORT_D
4 # The pause (+++ 1) at the end of this is so that we don't close the input
5 # until some time after sending the dot.
7 client-gnutls 127.0.0.1 PORT_D
17 mail from:<userx@test.ex>
19 rcpt to:<userx@test.ex>
23 This is a test message.
30 # Also check for next input sent too soon
32 exim -DSERVER=server -bd -oX PORT_D
34 client-gnutls 127.0.0.1 PORT_D
44 mail from:<userx@test.ex>
46 rcpt to:<userx@test.ex>
50 This is a test message.