Make {bounce,warn}_message_file expanded. Bug 2522
[exim.git] / test / confs / 0565
CommitLineData
12dd53c7
PP
1# Exim test configuration 0565
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
12dd53c7 5primary_hostname = myhost.test.ex
12dd53c7
PP
6
7# ----- Main settings -----
8
9acl_smtp_rcpt = accept
10
11
12# ----- Routers -----
13
14begin routers
15
16hdronly_dnslookup:
17 domains = test.ex
18 driver = manualroute
19 route_data = 127.0.0.1
20 self = send
21 transport = remote_smtp_hdrs
22
23dnslookup:
24 driver = manualroute
25 route_data = 127.0.0.1
26 self = send
27 transport = remote_smtp
28
29
30# ----- Transports -----
31
32begin transports
33
34remote_smtp:
35 driver = smtp
36 port = PORT_S
277b9979 37 hosts_try_fastopen = :
12dd53c7
PP
38 allow_localhost
39
40remote_smtp_hdrs:
41 driver = smtp
42 port = PORT_S
277b9979 43 hosts_try_fastopen = :
12dd53c7
PP
44 allow_localhost
45 headers_only
46
47# End