Routers: make retry_use_local_part default true when any non-domain condition is...
[exim.git] / test / confs / 0352
CommitLineData
afda344b
PH
1# Exim test configuration 0352
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8domainlist local_domains = test.ex
9
10qualify_domain = test.ex
11system_filter = DIR/aux-fixed/TESTNUM.F
12
13
14# ----- Routers -----
15
16begin routers
17
18r1:
19 driver = accept
20 transport = t1
21
22# ----- Transports -----
23
24begin transports
25
26t1:
27 driver = appendfile
28 user = CALLER
29 file = DIR/test-mail/$local_part
30
31# End