Merge branch 'master' into 4.next
[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
36 max_rcpt = 2
37 connection_max_messages = 3
38
39
40# ----- Retry -----
41
42
43begin retry
44
45* * F,1h,10m
46
47
48# End