TLS: Default tls_advertise_hosts to "*". Bug 1709
[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
afda344b
PH
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
23f3dc67 12tls_advertise_hosts =
afda344b
PH
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