Testsuite: bounce_message_file and warn_message_file
[exim.git] / test / confs / 5206
CommitLineData
afda344b
PH
1# Exim test configuration 5206
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8domainlist local_domains = test.ex
9
10qualify_domain = test.ex
11allow_mx_to_ip
12
13# ----- Routers -----
14
15begin routers
16
17queryprogram:
18 driver = queryprogram
19 command = /bin/echo accept transport=smtp hosts=ten-3.test.ex lookup=bydns
20 command_user = nobody
21 domains = ten-3.test.ex
22 ignore_target_hosts = V4NET.0.0.0/8
23
24
25# ----- Transports -----
26
27begin transports
28
29smtp:
30 driver = smtp
31 port = PORT_S
277b9979 32 hosts_try_fastopen = :
afda344b
PH
33
34
35# ----- Retry -----
36
37
38begin retry
39
40* * F,5d,1d
41
42
43# End