Testsuite: ensure logging path is set
[exim.git] / test / confs / 5205
1 # Exim test configuration 5205
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 domainlist local_domains = test.ex
9 qualify_domain = test.ex
10
11 # ----- Routers -----
12
13 begin routers
14
15 queryprogram:
16 driver = queryprogram
17 command = /bin/echo ACCEPT transport=smtp hosts=ten-3.test.ex lookup=byname
18 command_user = nobody
19 domains = ten-3.test.ex
20 ignore_target_hosts = V4NET.0.0.0/8
21
22
23 # ----- Transports -----
24
25 begin transports
26
27 smtp:
28 driver = smtp
29 port = PORT_S
30
31 # End