debian experimental exim-daemon-heavy config
[exim.git] / test / confs / 0146
1 # Exim test configuration 0146
2
3 .include DIR/aux-var/std_conf_prefix
4
5 qualify_domain = test.ex
6 primary_hostname = myhost.test.ex
7
8 # ----- Main settings -----
9
10 domainlist local_domains = test.ex
11 allow_mx_to_ip
12
13
14 # ----- Routers -----
15
16 begin routers
17
18 domainlist:
19 driver = dnslookup
20 domains = ! +local_domains
21 transport = smtp
22
23
24 # ----- Transports -----
25
26 begin transports
27
28 smtp:
29 driver = smtp
30 hosts_try_fastopen = :
31
32
33 # End