1 # max_parallel on transport
10 # a slow server as a test target
11 exim -DSERVER=server -bd -oX PORT_D
14 # First and second messages should go, as separate conns due to
15 # connection_max_messages, third is deferred
16 # as third transport run denied by max_parallel
21 # Remaining message on queue should go immediately; no delay
22 # associated with retry rules
31 # Only one message should go as the transport takes a long
32 # time and we set max_parallel=1 to serialize it
41 # Remaining message on queue should go immediately; no delay
42 # associated with retry rules