Make {bounce,warn}_message_file expanded. Bug 2522
[exim.git] / test / confs / 2121
CommitLineData
afda344b
PH
1# Exim test configuration 2121
2
3REQUIRE=#
4TRYCLEAR=#
5
d4dc049f
JH
6.include DIR/aux-var/std_conf_prefix
7
afda344b 8primary_hostname = myhost.test.ex
afda344b
PH
9
10# ----- Main settings -----
11
12
13# ----- Routers -----
14
15begin routers
16
17client:
18 driver = accept
19 transport = send_to_server
20
21
22# ----- Transports -----
23
24begin transports
25
26send_to_server:
27 driver = smtp
28 allow_localhost
29 hosts = 127.0.0.1
30 port = PORT_S
277b9979 31 hosts_try_fastopen = :
afda344b
PH
32 REQUIRE
33 TRYCLEAR
34
35
36# ----- Retry -----
37
38
39begin retry
40
41* * F,5d,10s
42
43
44# End