PIPE_CONNECT: fix feature-cache refresh
[exim.git] / test / confs / 0561
1 # Exim test configuration 0561
2
3 QOLL=true
4
5 .include DIR/aux-var/std_conf_prefix
6
7 primary_hostname = myhost.test.ex
8
9 # ----- Main settings -----
10
11 acl_smtp_rcpt = accept
12
13 queue_only_load = 0.001
14 queue_only_load_latch = QOLL
15 queue_run_in_order
16
17
18 # ----- Routers -----
19
20 begin routers
21
22 r1:
23 driver = manualroute
24 route_data = 127.0.0.1
25 self = send
26 transport = t1
27
28
29 # ----- Transports -----
30
31 begin transports
32
33 t1:
34 driver = smtp
35 port = PORT_D
36
37 # End