debian experimental exim-daemon-heavy config
[exim.git] / test / scripts / 2100-OpenSSL / 2150
CommitLineData
58eb016e
PH
1# TLS server: SMTP still alive check before final response
2exim -DSERVER=server -bd -oX PORT_D
3****
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.
6#
1f253d34 7client-ssl 127.0.0.1 PORT_D
58eb016e
PH
8??? 220
9ehlo abcd
10??? 250-
11??? 250-
12??? 250-
13??? 250-
5b456975 14??? 250-
58eb016e
PH
15??? 250
16starttls
17??? 220
18mail from:<userx@test.ex>
19??? 250
20rcpt to:<userx@test.ex>
21??? 250
22data
23??? 354
24This is a test message.
25.
26+++ 1
27****
28sleep 1
29killdaemon