Split long fakereject and fakedefer messages.
[exim.git] / test / scripts / 0000-Basic / 0548
1 # recipient and host defer interactions
2 # In this test, the primary host (normal IP address) defers the recipient, and
3 # the secondary host (loopback address) defers the connection.
4 #
5 need_ipv4
6 #
7 exim -DSERVER=server -bd -oX PORT_D
8 ****
9 exim -odi userx@test.ex
10 Test message
11 ****
12 dump retry
13 sleep 2
14 # At this point, the secondary host should have timed out
15 exim -q
16 ****
17 dump retry
18 sleep 1
19 exim -q
20 ****
21 dump retry
22 exim -odi usery@test.ex
23 Test message 2.
24 ****
25 sleep 1
26 exim -q
27 ****
28 killdaemon
29 no_msglog_check