tidying
[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****
16b33efd 34sleep 3
57cc2785 35killdaemon
087b6b26
JH
36exim -q
37****
57cc2785
JH
38#
39#
40# smtp send, deliver_drop_priv
41exim -bd -DSERVER=server -DOPT=deliver_drop_privilege -oX PORT_D:PORT_S
42****
43#
44client 127.0.0.1 PORT_S
45??? 220
46EHLO test.ex
47??? 250-
48??? 250-
49??? 250-
50??? 250-
51??? 250-
52??? 250
53MAIL FROM:<usere@ok.example>
54??? 250
55RCPT TO:<userf@test.ex>
56??? 250
57DATA
58??? 354
59Subject: test
60
61body
62.
63??? 250
64QUIT
65??? 221
66****
16b33efd 67sleep 3
57cc2785 68killdaemon
087b6b26
JH
69exim -q
70****
57cc2785
JH
71#
72#
73#
74no_stdout_check
75no_msglog_check