Get TLS SNI server-switching working with GnuTLS.
[exim.git] / test / confs / 0070
1 # Exim test configuration 0070
2
3 HVH=
4
5 exim_path = EXIM_PATH
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
8 rfc1413_query_timeout = 0s
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/%slog
11 gecos_pattern = ""
12 gecos_name = CALLER_NAME
13
14 # ----- Main settings -----
15
16 acl_smtp_rcpt = rcpt
17 helo_verify_hosts = ten-1.test.ex : ten-3.test.ex : HVH
18 helo_try_verify_hosts = ten-2.test.ex
19 log_selector = -host_lookup_failed
20
21
22 # ----- ACL -----
23
24 begin acl
25
26 rcpt:
27 require message = helo not verified
28 verify = helo
29
30 deny message = helo did verify
31
32 # End