Testsuite: less agressive PID-hiding
[exim.git] / test / scripts / 0000-Basic / 0548
CommitLineData
8852dff2
PH
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#
5need_ipv4
6#
7exim -DSERVER=server -bd -oX PORT_D
8****
9exim -odi userx@test.ex
10Test message
11****
12dump retry
13sleep 2
14# At this point, the secondary host should have timed out
15exim -q
16****
17dump retry
18sleep 1
19exim -q
20****
21dump retry
22exim -odi usery@test.ex
23Test message 2.
24****
25sleep 1
26exim -q
27****
28killdaemon
29no_msglog_check