Testsuite: build a generic tls enabled client: client-anytls
[exim.git] / test / confs / 0363
1 # Exim test configuration 0363
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 percent_hack_domains = *
9 qualify_domain = test.ex
10
11
12 # ----- Routers -----
13
14 begin routers
15
16 r1:
17 driver = accept
18 transport = t1
19
20
21 # ----- Transports -----
22
23 begin transports
24
25 t1:
26 driver = smtp
27 hosts = 127.0.0.1
28 port = PORT_S
29 hosts_try_fastopen = :
30 allow_localhost
31
32
33 # End