Get TLS SNI server-switching working with GnuTLS.
[exim.git] / test / confs / 0507
CommitLineData
afda344b
PH
1# Exim test configuration 0507
2
3ERROR_DETAILS=
4
5exim_path = EXIM_PATH
6host_lookup_order = bydns
7primary_hostname = myhost.test.ex
8rfc1413_query_timeout = 0s
9spool_directory = DIR/spool
10log_file_path = DIR/spool/log/%slog
11gecos_pattern = ""
12gecos_name = CALLER_NAME
13
14# ----- Main settings -----
15
16acl_smtp_rcpt = accept
17acl_smtp_data = check_data
18
19ERROR_DETAILS
20
21# ----- ACL ------
22
23begin acl
24
25check_data:
26 accept verify = not_blind
27
28
29# End