update to pre-4.87 master
[exim.git] / test / confs / 0047
CommitLineData
afda344b
PH
1# Exim test configuration 0047
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
afda344b
PH
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
bfe645c1 9tls_advertise_hosts =
afda344b
PH
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