Testsuite: build a generic tls enabled client: client-anytls
[exim.git] / test / confs / 0561
CommitLineData
8669f003
PH
1# Exim test configuration 0561
2
3QOLL=true
4
d4dc049f
JH
5.include DIR/aux-var/std_conf_prefix
6
8669f003 7primary_hostname = myhost.test.ex
8669f003
PH
8
9# ----- Main settings -----
10
11acl_smtp_rcpt = accept
12
13queue_only_load = 0.001
14queue_only_load_latch = QOLL
15queue_run_in_order
16
17
18# ----- Routers -----
19
20begin routers
21
22r1:
23 driver = manualroute
24 route_data = 127.0.0.1
25 self = send
26 transport = t1
27
28
29# ----- Transports -----
30
31begin transports
32
33t1:
34 driver = smtp
35 port = PORT_D
277b9979 36 hosts_try_fastopen = :
8669f003
PH
37
38# End