Testsuite: move dsearch-dependent testcase
[exim.git] / test / confs / 0285
CommitLineData
afda344b
PH
1# Exim test configuration 0285
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7# ----- Main settings -----
8
9qualify_domain = test.ex
10remote_max_parallel = 1
11
12
13# ----- Routers -----
14
15begin routers
16
17bounces:
18 driver = redirect
19 senders = :
20 data = :blackhole:
21
22all:
23 driver = manualroute
24 route_list = * 127.0.0.1 byname
25 self = send
26 transport = smtp
27
28
29# ----- Transports -----
30
31begin transports
32
33smtp:
34 driver = smtp
35 port = PORT_S
277b9979 36 hosts_try_fastopen = :
afda344b
PH
37 max_rcpt = 2
38 connection_max_messages = 3
39
40
41# ----- Retry -----
42
43
44begin retry
45
46* * F,1h,10m
47
48
49# End