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