Testsuite: bounce_message_file and warn_message_file
[exim.git] / test / confs / 0545
... / ...
CommitLineData
1# Exim test configuration 0545
2
3.include DIR/aux-var/std_conf_prefix
4
5
6# ----- Main settings -----
7
8disable_ipv6
9
10# ----- Routers -----
11
12begin routers
13
14dns:
15 driver = dnslookup
16 transport = smtp
17 self = send
18
19
20# ----- Transports -----
21
22begin transports
23
24smtp:
25 driver = smtp
26 hosts_try_fastopen = :
27
28
29# End