Fix CVE-2016-1531
[exim.git] / test / confs / 0071
1 # Exim test configuration 0071
2
3 exim_path = EXIM_PATH
4 keep_environment =
5 host_lookup_order = bydns
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10 tls_advertise_hosts =
11
12 # ----- Main settings -----
13
14
15
16 # ----- Routers -----
17
18 begin routers
19
20 system_aliases:
21   driver = redirect
22   allow_defer
23   data = ${lookup{$local_part}lsearch{DIR/aux-var/TESTNUM.aliases}}
24   retry_use_local_part
25
26 # End