Make {bounce,warn}_message_file expanded. Bug 2522
[exim.git] / test / confs / 0217
CommitLineData
afda344b
PH
1# Exim test configuration 0217
2
c51b8e75
PH
3HAP=
4
d4dc049f
JH
5.include DIR/aux-var/std_conf_prefix
6
afda344b 7primary_hostname = myhost.test.ex
7c576fca 8log_selector = +pipelining
afda344b
PH
9
10# ----- Main settings -----
11
12qualify_domain = test.ex
13ignore_bounce_errors_after = 0s
14
15
16# ----- Routers -----
17
18begin routers
19
20bounce:
21 driver = redirect
22 allow_defer
23 allow_fail
24 data = :fail: just discard
25 retry_use_local_part
26 senders = :
27
28client:
29 driver = accept
30 retry_use_local_part
31 transport = send_to_server
32
33
34# ----- Transports -----
35
36begin transports
37
38send_to_server:
39 driver = smtp
40 allow_localhost
41 command_timeout = 1s
42 hosts = 127.0.0.1
43 port = PORT_S
277b9979 44 hosts_try_fastopen = :
c51b8e75 45 HAP
31f90faa 46 max_rcpt = 1000
afda344b
PH
47
48# ----- Retry -----
49
50
51begin retry
52
c4639661 53* * F,5d,10s
afda344b
PH
54
55
56# End