Use common routine for building tagstring for dns-fail cache
[exim.git] / test / confs / 0328
CommitLineData
afda344b
PH
1# Exim test configuration 0328
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
9qualify_domain = test.ex
10system_filter = DIR/aux-fixed/TESTNUM.F
11
12
13# ----- ACLs -----
14
15
16# ----- Routers -----
17
18begin routers
19
20r1:
21 driver = accept
22 transport = t1
23
24
25# ----- Transports -----
26
27begin transports
28
29t1:
30 driver = appendfile
31 file = DIR/test-mail/$local_part
32 user = CALLER
33
34# End