c8ca8a72f01f1ea53b1583f8200f4ff0283088d1
[exim.git] / test / confs / 0561
1 # Exim test configuration 0561
2
3 QOLL=true
4
5 exim_path = EXIM_PATH
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/%slog
10 gecos_pattern = ""
11 gecos_name = CALLER_NAME
12
13 # ----- Main settings -----
14
15 acl_smtp_rcpt = accept
16
17 queue_only_load = 0.001
18 queue_only_load_latch = QOLL
19 queue_run_in_order
20
21
22 # ----- Routers -----
23
24 begin routers
25
26 r1:
27   driver = manualroute
28   route_data = 127.0.0.1
29   self = send
30   transport = t1
31
32
33 # ----- Transports -----
34
35 begin transports
36
37 t1:
38   driver = smtp
39   port = PORT_D
40
41 # End