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