1 # TLS server: SMTP still alive check before final response
4 exim -DSERVER=server -bd -oX PORT_D
6 # The pause (+++ 1) at the end of this is so that we don't close the input
7 # until some time after sending the dot.
9 client-gnutls 127.0.0.1 PORT_D
23 mail from:<userx@test.ex>
25 rcpt to:<userx@test.ex>
29 This is a test message.