Callout/hold: ensure TLS-proxy process is not waited for as a transport process
[exim.git] / test / scripts / 2100-OpenSSL / 2136
CommitLineData
57cc2785
JH
1# client: callout lazy-close, smtp send
2need_ipv4
3#
4# a recipient verify and continued-delivery
5# smtp send
6# a tls-capable target for the verify/delivery connection on PORT_D
7# plus a daemon under test on PORT_S
8exim -bd -DSERVER=server -oX PORT_D:PORT_S
9****
10#
11client 127.0.0.1 PORT_S
12??? 220
13EHLO test.ex
14??? 250-
15??? 250-
16??? 250-
17??? 250-
18??? 250-
19??? 250
20MAIL FROM:<userc@ok.example>
21??? 250
22RCPT TO:<userd@test.ex>
23??? 250
24DATA
25??? 354
26Subject: test
27
28body
29.
30??? 250
31QUIT
32??? 221
33****
60272099 34sleep 2
57cc2785
JH
35killdaemon
36#
37#
38# smtp send, deliver_drop_priv
39exim -bd -DSERVER=server -DOPT=deliver_drop_privilege -oX PORT_D:PORT_S
40****
41#
42client 127.0.0.1 PORT_S
43??? 220
44EHLO test.ex
45??? 250-
46??? 250-
47??? 250-
48??? 250-
49??? 250-
50??? 250
51MAIL FROM:<usere@ok.example>
52??? 250
53RCPT TO:<userf@test.ex>
54??? 250
55DATA
56??? 354
57Subject: test
58
59body
60.
61??? 250
62QUIT
63??? 221
64****
60272099 65sleep 2
57cc2785
JH
66killdaemon
67#
68#
69#
70no_stdout_check
71no_msglog_check