testsuite: abstract out common conf settings
[exim.git] / test / scripts / 0000-Basic / 0288
CommitLineData
59371ea7
PH
1# serialize_hosts
2need_ipv4
3#
fa41615d 4# preload the spool
59371ea7
PH
5exim -odq a b
6.
7****
fa41615d
JH
8#
9# a slow server as a test target
59371ea7
PH
10server PORT_S
11220 ESMTP
12EHLO
13250-OK
14250 HELP
15*sleep 2
16MAIL FROM:
17250 Sender OK
18RCPT TO:
19250 Recipient OK
20DATA
21354 Send data
22.
23250 OK
24QUIT
25250 OK
26****
fa41615d
JH
27#
28# First message should go; second does not wait for 1st complete
29# on same conn due to connection_max_messages, then is deferred
30# as second transport run aborted by serialize_hosts.
31exim -q
32****
33#
34# a server as a test target
35server PORT_S
36220 ESMTP
37EHLO
38250-OK
39250 HELP
40MAIL FROM:
41250 Sender OK
42RCPT TO:
43250 Recipient OK
44DATA
45354 Send data
46.
47250 OK
48QUIT
49250 OK
50****
51#
52# Remaining message on queue should go immediately; no delay
53# associated with retry rules
59371ea7
PH
54exim -q
55****