Fix CVE-2016-1531
[exim.git] / test / confs / 9450
1 # Exim test configuration 9450
2
3 exim_path = EXIM_PATH
4 keep_environment =
5 host_lookup_order = bydns
6 primary_hostname = myhost.test.ex
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
9 gecos_pattern = ""
10 gecos_name = CALLER_NAME
11 tls_advertise_hosts =
12
13 # ----- Main settings -----
14
15
16 # ----- Routers -----
17
18 begin routers
19
20 alias:
21   driver = redirect
22   data = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.alias}}
23
24 null:
25   driver = redirect
26   data = :blackhole:
27
28 # ----- Retry -----
29
30
31 begin retry
32
33 * * F,5d,10m
34
35
36 # End