Testsuite: switch ciphersuite use
[exim.git] / test / confs / 0509
1 # Exim test configuration 0509
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7
8 # ----- Main settings -----
9
10 acl_smtp_connect = check_connect
11
12
13 # ----- ACL -----
14
15 begin acl
16
17 check_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