More new test committing.
[exim.git] / test / confs / 0452
CommitLineData
afda344b
PH
1# Exim test configuration 0452
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
13# ----- Main settings -----
14
15qualify_domain = test.ex
16
17
18# ----- Routers -----
19
20begin routers
21
22r1:
23 driver = redirect
24 allow_filter
25 file = DIR/aux-fixed/TESTNUM.filter-$h_fno:
26 reply_transport = t2
27 user = CALLER
28
29r2:
30 driver = accept
31 transport = t1
32
33
34# ----- Transports -----
35
36begin transports
37
38t1:
39 driver = appendfile
40 file = DIR/test-mail/$local_part
41 user = CALLER
42
43t2:
44 driver = autoreply
45
46
47# End