Additional tests - didn't show any problems.
[exim.git] / test / confs / 0047
CommitLineData
afda344b
PH
1# Exim test configuration 0047
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5rfc1413_query_timeout = 0s
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13
14# ----- Routers -----
15
16begin routers
17
18domainlist:
19 driver = manualroute
20 route_list = \
21 domain1 ten-1.test.ex byname;\
22 lsearch;;DIR/aux-fixed/TESTNUM.routes $value bydns;\
23 ^domain(3) ten-$1.test.ex byname
24 transport = smtp
25
26
27# ----- Transports -----
28
29begin transports
30
31smtp:
32 driver = smtp
33
34# End