PIPE_CONNECT: fix feature-cache refresh
[exim.git] / test / confs / 1006
CommitLineData
afda344b
PH
1# Exim test configuration 1006
2
3SERVER=
4D6=
5
d4dc049f
JH
6.include DIR/aux-var/std_conf_prefix
7
afda344b 8primary_hostname = myhost.test.ex
afda344b
PH
9
10# ----- Main settings -----
11
12qualify_domain = test.ex
13D6
14
15# ----- Routers -----
16
17begin routers
18
19r1:
20 driver = dnslookup
21 local_parts = dnslookup
22 transport = smtp
23
24r2:
25 driver = manualroute
26 local_parts = manualroute
27 route_list = * 46.test.ex
28 transport = smtp
29
30
31
32
33
34# ----- Transports -----
35
36begin transports
37
38smtp:
39 driver = smtp
40
41
42# End