summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0611
blob: c35284147031adc0a19c1bdd2f01b1e6d758cc0c (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
37
38
39
40
41
42
43
# max_parallel on transport
need_ipv4
#
# Remote transport:
# preload the spool
exim -odq a b c
.
****
#
# a slow server as a test target
exim -DSERVER=server -bd -oX PORT_D
****
#
# First and second messages should go, as separate conns due to
# connection_max_messages, third is deferred
# as third transport run denied by max_parallel
exim -q
****
#
#
# Remaining message on queue should go immediately; no delay
# associated with retry rules
exim -q
****
killdaemon
#
########
#
#
# Local transport:
# Only one message should go as the transport takes a long
# time and we set max_parallel=1 to serialize it
exim y
****
exim z
****
#
#
sleep 3
#
# Remaining message on queue should go immediately; no delay
# associated with retry rules
exim -q