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