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