Guard loadable module vars with LOOKUP_MODULE_DIR.
[exim.git] / test / confs / 0329
CommitLineData
afda344b
PH
1# Exim test configuration 0329
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
6rfc1413_query_timeout = 0s
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
11
12# ----- Main settings -----
13
14qualify_domain = test.ex
15system_filter = DIR/aux-fixed/TESTNUM.F
16system_filter_user = EXIMUSER
17
18
19# ----- ACLs -----
20
21
22# ----- Routers -----
23
24begin routers
25
26r1:
27 driver = accept
28 transport = t1
29
30
31# ----- Transports -----
32
33begin transports
34
35t1:
36 driver = appendfile
37 file = DIR/test-mail/$local_part
38 user = CALLER
39
40# End