Docs: Add commandline option used for chunking on continued connection
[exim.git] / test / confs / 1009
1 # Exim test configuration 1009
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 queue_run_in_order
9
10
11 # ----- Routers -----
12
13 begin routers
14
15 r1:
16 driver = dnslookup
17 transport = t1
18 self = send
19
20
21 # ----- Transports -----
22
23 begin transports
24
25 t1:
26 driver = smtp
27 port = PORT_S
28
29
30 # ----- Retry -----
31
32 begin retry
33
34 * * F,1d,2h
35
36
37 # End