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