TLS: variables $tls_(in,out)_tlsver
[exim.git] / test / confs / 0509
CommitLineData
afda344b
PH
1# Exim test configuration 0509
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7
8# ----- Main settings -----
9
10acl_smtp_connect = check_connect
11
12
13# ----- ACL -----
14
15begin acl
16
17check_connect:
18 warn dnslists = rbl.test.ex/<;1.2.3.4;V4NET.11.12.13
19 logwrite = rbl.test.ex/<;1.2.3.4;V4NET.11.12.13
20
21 warn dnslists = test.ex/a.b.c.d::ten-1
22 logwrite = test.ex/a.b.c.d::ten-1
23
24# End