Testtsuite: portability
[exim.git] / test / confs / 9450
1 # Exim test configuration 9450
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9
10 # ----- Routers -----
11
12 begin routers
13
14 alias:
15 driver = redirect
16 data = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.alias}}
17
18 null:
19 driver = redirect
20 data = :blackhole:
21
22 # ----- Retry -----
23
24
25 begin retry
26
27 * * F,5d,10m
28
29
30 # End