ACL: control = queue/first_pass_route
[exim.git] / test / scripts / 4050-pipe-conn / 4051
CommitLineData
ee8b8090
JH
1# pipelined-connect, client
2#
3# Not attempted when not advertised
4exim -bd -DSERVER=server -oX PORT_D
5****
6#
7exim notadvertised@test.ex
8Subject: test 1
9
10****
11exim -DCONTROL=127.0.0.1 -q
12****
13killdaemon
14exim -DNOTDAEMON -DSERVER=server -q
15****
16#
17#
18#
19# Not attempted without a cache entry
20exim -bd -DSERVER=server -DCONNECTCOND=* -oX PORT_D
21****
22#
23exim nocache@test.ex
24Subject test 2
25
26****
27exim -DCONTROL=127.0.0.1 -q
28****
29exim -DNOTDAEMON -DSERVER=server -q
30****
31#
32#
33#
34# Go for it. This one should do early-pipelinng.
35exim hascache@test.ex
36Subject test 3
37
38****
39exim -DCONTROL=127.0.0.1 -q
40****
41exim -DNOTDAEMON -DSERVER=server -q
42****
43#
44#
45# Check that client doesn't try when not told to, even now there is
46# a cache entry
47exim clientno@test.ex
48Subject test 4
49
50****
51exim -DCONTROL=: -q
52****
53exim -DNOTDAEMON -DSERVER=server -q
54****
55#
56#
fd6e2d18
JH
57# Check that client doesn't try when transport uses $sending_ip_address in
58# helo_data
59exim helo_data@test.ex
60Subject test 5
61****
62exim -DCONTROL=127.0.0.1 -DHELO_MSG='$sending_ip_address' -q
63****
64exim -DNOTDAEMON -DSERVER=server -q
65****
66#
ee8b8090 67#
fd6e2d18 68killdaemon
ee8b8090 69no_msglog_check