1 # pipelined-connect, client
3 # Not attempted when not advertised
4 exim -bd -DSERVER=server -oX PORT_D
7 exim notadvertised@test.ex
11 exim -DCONTROL=127.0.0.1 -q
14 exim -DNOTDAEMON -DSERVER=server -q
19 # Not attempted without a cache entry
20 exim -bd -DSERVER=server -DCONNECTCOND=* -oX PORT_D
27 exim -DCONTROL=127.0.0.1 -q
29 exim -DNOTDAEMON -DSERVER=server -q
34 # Go for it. This one should do early-pipelinng.
39 exim -DCONTROL=127.0.0.1 -q
41 exim -DNOTDAEMON -DSERVER=server -q
45 # Check that client doesn't try when not told to, even now there is
53 exim -DNOTDAEMON -DSERVER=server -q
57 # Check that client doesn't try when transport uses $sending_ip_address in
59 exim helo_data@test.ex
62 exim -DCONTROL=127.0.0.1 -DHELO_MSG='$sending_ip_address' -q
64 exim -DNOTDAEMON -DSERVER=server -q