Make {bounce,warn}_message_file expanded. Bug 2522
[exim.git] / test / confs / 0259
1 # Exim test configuration 0259
2
3 .include DIR/aux-var/std_conf_prefix
4
5 rfc1413_query_timeout = 10s
6 primary_hostname = myhost.test.ex
7
8 # ----- Main settings -----
9
10 qualify_domain = test.ex
11
12
13 begin routers
14
15 all:
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
24 begin transports
25
26 smtp:
27 driver = smtp
28 port = PORT_S
29 hosts_try_fastopen = :
30
31
32 begin retry
33
34 * * F,5d,10s
35
36 # End