DKIM: log error on overlong input line
[exim.git] / test / scripts / 0000-Basic / 0611
CommitLineData
fa41615d
JH
1# max_parallel on transport
2need_ipv4
3#
4# Remote transport:
5# preload the spool
6exim -odq a b c
7.
8****
9#
10# a slow server as a test target
11exim -DSERVER=server -bd -oX PORT_D
12****
13#
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
17exim -q
18****
19#
20#
21# Remaining message on queue should go immediately; no delay
22# associated with retry rules
23exim -q
24****
25killdaemon
26#
27########
28#
29#
30# Local transport:
31# Only one message should go as the transport takes a long
32# time and we set max_parallel=1 to serialize it
33exim y
34****
35exim z
36****
37#
38#
39sleep 3
40#
41# Remaining message on queue should go immediately; no delay
42# associated with retry rules
43exim -q