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
11 # ----- Main settings -----
12
13
14
15 # ----- Routers -----
16
17 begin routers
18
19 system_aliases:
20   driver = redirect
21   allow_defer
22   data = ${lookup{$local_part}lsearch{DIR/aux-var/TESTNUM.aliases}}
23   retry_use_local_part
24
25 # End