Docs: more indexing for sighup
[exim.git] / test / scripts / 4069-pipe-conn-openssl-tfo / 4069
CommitLineData
cb6bd80f
JH
1# early-pipe, starttls, tfo
2#
3# Network delay so we can see tfo efects
4# Clear any previously-obtained tfo cookie:
5sudo perl
6system ("tc qdisc add dev lo root netem delay 50ms");
7system ("ip tcp_metrics delete 127.0.0.1");
8****
9#
10#
11# Early-pipe not attempted without a cache entry
12exim -bd -DSERVER=server -oX PORT_D
13****
14#
15exim a@test.ex
16Subject test 1
17
18****
19exim -DCONNECTCOND=127.0.0.1 -q
20****
21exim -DNOTDAEMON -DSERVER=server -q
22****
23#
24#
25#
26# Go for it. This one should do early-pipelinng.
27exim b@test.ex
28Subject test 2
29
30****
31exim -DCONNECTCOND=127.0.0.1 -q
32****
33exim -DNOTDAEMON -DSERVER=server -q
34****
35#
36#
37killdaemon
38#
39#
40# And again with CHUNKING
41#
42exim -bd -DSERVER=server -DOPT=* -oX PORT_D
43****
44#
45# First try has wrong cached info for chunking. Get it refreshed.
46exim wrongcache@test.ex
47Subject test 4
48
49****
50exim -DCONNECTCOND=127.0.0.1 -q
51****
52exim -DNOTDAEMON -DSERVER=server -q
53****
54#
55# Go for it
56exim chunking@test.ex
57Subject test 5
58
59****
60exim -DCONNECTCOND=127.0.0.1 -q
61****
62exim -DNOTDAEMON -DSERVER=server -q
63****
64#
65killdaemon
66#
67sudo perl
68system ("tc qdisc delete dev lo root");
69****
70no_msglog_check