162436e29d41fb7dd447c3a41b17bb1b7c8e1c75
[exim.git] / test / scripts / 2100-OpenSSL / 2150
1 # TLS server: SMTP still alive check before final response
2 exim -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 #
7 client-ssl 127.0.0.1 PORT_D
8 ??? 220
9 ehlo abcd
10 ??? 250-
11 ??? 250-
12 ??? 250-
13 ??? 250-
14 ??? 250-
15 ??? 250
16 starttls
17 ??? 220
18 helo test
19 ??? 250
20 mail from:<userx@test.ex>
21 ??? 250
22 rcpt to:<userx@test.ex>
23 ??? 250
24 data
25 ??? 354
26 This is a test message.
27 .
28 +++ 1
29 ****
30 sleep 1
31 killdaemon