Make {bounce,warn}_message_file expanded. Bug 2522
[exim.git] / test / confs / 3203
CommitLineData
afda344b
PH
1# Exim test configuration 3203
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7# ----- Main settings -----
8
9
10# ----- Routers -----
11
12begin routers
13
14test:
15 driver = redirect
16 allow_defer
17 data = postmaster@test.ex
18 retry_use_local_part
19 senders = testdb;defer
20
21
22# ----- Retry -----
23
24begin retry
25
26* * F,2h,10m
27
28
29# End