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