Use common routine for building tagstring for dns-fail cache
[exim.git] / test / confs / 0084
CommitLineData
afda344b
PH
1# Exim test configuration 0084
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
11# ----- Routers -----
12
13begin routers
14
15smart:
16 driver = accept
17 require_files = ! DIR/aux-fixed/TESTNUM.$local_part
18 retry_use_local_part
19 verify_only
20
21forward:
22 driver = redirect
23 file = DIR/aux-fixed/TESTNUM.$local_part
24 redirect_router = localuser
25 require_files = DIR/aux-fixed/TESTNUM.$local_part
26 retry_use_local_part
27
28localuser:
29 driver = accept
30 local_parts = userx
31 verify_only
32
33
34# End