Testsuite: switch ciphersuite use
[exim.git] / test / confs / 0286
CommitLineData
afda344b
PH
1# Exim test configuration 0286
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
10queue_only
11remote_max_parallel = 2
12
13
14# ----- Routers -----
15
16begin routers
17
18bounces:
19 driver = redirect
20 senders = :
21 data = :blackhole:
22
23all:
24 driver = manualroute
25 route_list = * 127.0.0.1 byname
26 self = send
27 transport = smtp
28
29
30# ----- Transports -----
31
32begin transports
33
34smtp:
35 driver = smtp
36 port = PORT_S
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