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