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-ssl 127.0.0.1 PORT_D
18 mail from:<userx@test.ex>
20 rcpt to:<userx@test.ex>
24 This is a test message.