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