debian experimental exim-daemon-heavy config
[exim.git] / test / confs / 0350
CommitLineData
37ff4e03 1# Exim test configuration 0350
afda344b 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
9
10
11# ----- Routers -----
12
13begin routers
14
15r1:
16 driver = manualroute
17 ignore_target_hosts = ${if eq{$host_address}{V4NET.12.3.1}{$host_address}{}}
18 route_list = * 1.2.3.4:other2.test.ex
19 transport = t1
20
21
22# ----- Transports -----
23
24begin transports
25
26t1:
27 driver = smtp
277b9979 28 hosts_try_fastopen = :
afda344b
PH
29
30# End