79f214ba8e70c1315b6755c40e6ec5207658c05d
[exim.git] / test / scripts / 0000-Basic / 0609
1 # Long ACL delay, truncated
2 munge debug_pid
3 need_ipv4
4 #
5 # We want the debug note of a truncated delay
6 # "delay cancelled by peer close"
7 # This is known to fail on MacOS, which lacks the require POLLRDHUP.
8 #
9 exim -d-all+acl -DSERVER=server -odq -bd -oX PORT_D
10 ****
11 #
12 # Server delays 4s before accepting RCPT
13 client 127.0.0.1 PORT_D
14 ??? 220
15 helo test
16 ??? 250
17 mail from:<x@y.test.ex>
18 ??? 250
19 rcpt to:<delay4_accept@y.test.ex>
20 ??? 250
21 quit
22 ??? 221
23 ****
24 #
25 # Server delays 4s before accepting RCPT
26 # but client closes connection
27 client 127.0.0.1 PORT_D
28 ??? 220
29 helo test
30 ??? 250
31 mail from:<x@y.test.ex>
32 ??? 250
33 rcpt to:<delay4_accept@y.test.ex>
34 ****
35 killdaemon
36 no_msglog_check