TLS: Default tls_advertise_hosts to "*". Bug 1709
[exim.git] / test / confs / 0034
CommitLineData
afda344b
PH
1# Exim test configuration 0034
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
23f3dc67 10tls_advertise_hosts =
afda344b
PH
11
12# ----- Main settings -----
13
14acl_smtp_rcpt = accept
15queue_only
16
17smtp_accept_max_nonmail = 3
18smtp_accept_max_nonmail_hosts = !10.0.0.1
19
20# Set this large to avoid it biting first
21smtp_max_synprot_errors = 20
22
23# End