Testsuite: add per-testcase munge facility; use for dnssec and gnutls.
[exim.git] / test / scripts / 2000-GnuTLS / 2029
CommitLineData
58eb016e
PH
1# TLS server: SMTP still alive check before final response
2gnutls
3#
4exim -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#
9client-gnutls 127.0.0.1 PORT_D
10??? 220
11ehlo abcd
12??? 250-
13??? 250-
14??? 250-
15??? 250-
5b456975 16??? 250-
58eb016e
PH
17??? 250
18starttls
19??? 220
20mail from:<userx@test.ex>
21??? 250
22rcpt to:<userx@test.ex>
23??? 250
24data
25??? 354
26This is a test message.
27.
28+++ 1
29****
30sleep 1
31killdaemon