Testsuite: switch ciphersuite use
[exim.git] / test / confs / 0343
CommitLineData
afda344b
PH
1# Exim test configuration 0343
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
9
10# ----- Routers -----
11
12begin routers
13
14all:
15 driver = accept
16 transport = remote_smtp
17
18
19# ----- Transports -----
20
21begin transports
22
23remote_smtp:
24 driver = smtp
25 hosts = 127.0.0.1
26 allow_localhost
27 port = PORT_N
28
29
30# ----- Retry -----
31
32
33begin retry
34
35* * F,5d,10m
36
37
38# End