Testsuite: build a generic tls enabled client: client-anytls
[exim.git] / test / confs / 0033
CommitLineData
afda344b
PH
1# Exim test configuration 0033
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 : *.test.ex
10
afda344b
PH
11# ----- Routers -----
12
13begin routers
14
15all:
16 driver = manualroute
17 domains = ! +local_domains
18 route_list = * 127.0.0.1 byname
19 self = send
20 transport = smtp
21 no_more
22
23d1:
24 driver = redirect
25 no_check_local_user
26 file = DIR/aux-fixed/TESTNUM.list
27 forbid_file
28 forbid_filter_reply
29 forbid_pipe
30 one_time
31 retry_use_local_part
32
33
34# ----- Transports -----
35
36begin transports
37
38smtp:
39 driver = smtp
40 port = PORT_S
277b9979 41 hosts_try_fastopen = :
afda344b
PH
42
43# End