Use common routine for building tagstring for dns-fail cache
[exim.git] / test / confs / 0154
CommitLineData
afda344b
PH
1# Exim test configuration 0154
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8domainlist local_domains = test.ex
9qualify_domain = test.ex
10queue_run_in_order
11
12
13# ----- Routers -----
14
15begin routers
16
17defer_always:
18 driver = redirect
19 allow_defer
20 data = :defer: forced defer
21 retry_use_local_part
22
23
24# ----- Retry -----
25
26
27begin retry
28
29* * F,5d,1d
30
31
32# End