Testsuite: build a generic tls enabled client: client-anytls
[exim.git] / test / confs / 0392
CommitLineData
afda344b
PH
1# Exim test configuration 0392
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
11# ----- Routers -----
12
13begin routers
14
15r1:
16 driver = accept
17 transport = t1
18 no_address_test
19
20r2:
21 driver = accept
22 transport = t2
23
24
25# ----- Transports -----
26
27begin transports
28
29t1:
30 driver = smtp
277b9979 31 hosts_try_fastopen = :
afda344b
PH
32
33t2:
34 driver = smtp
277b9979 35 hosts_try_fastopen = :
afda344b
PH
36
37
38# End