debian experimental exim-daemon-heavy config
[exim.git] / test / confs / 0259
... / ...
CommitLineData
1# Exim test configuration 0259
2
3.include DIR/aux-var/std_conf_prefix
4
5rfc1413_query_timeout = 10s
6primary_hostname = myhost.test.ex
7
8# ----- Main settings -----
9
10qualify_domain = test.ex
11
12
13begin routers
14
15all:
16 driver = manualroute
17 domains = ! test.ex
18 route_list = * 127.0.0.1 byname
19 self = send
20 transport = smtp
21 no_more
22
23
24begin transports
25
26smtp:
27 driver = smtp
28 port = PORT_S
29 hosts_try_fastopen = :
30
31
32begin retry
33
34* * F,5d,10s
35
36# End