Testsuite: switch ciphersuite use
[exim.git] / test / confs / 0229
CommitLineData
afda344b
PH
1# Exim test configuration 0229
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
9domainlist local_domains = test.ex
10qualify_domain = test.ex
11
12
13
14# ----- Routers -----
15
16begin routers
17
18all:
19 driver = accept
20 retry_use_local_part
21 transport = smtp
22
23
24# ----- Transports -----
25
26begin transports
27
28smtp:
29 driver = smtp
30 allow_localhost
31 hosts = 127.0.0.1 : 127.0.0.1 : HOSTIPV4 : \
32 127.0.0.1 : 127.0.0.1 : HOSTIPV4 : \
33 127.0.0.1 : 127.0.0.1 : HOSTIPV4
34 port = PORT_S
35
36
37# ----- Retry -----
38
39
40begin retry
41
42* * F,5d,10s
43
44
45# End