TLS: Default tls_advertise_hosts to "*". Bug 1709
[exim.git] / test / confs / 0396
... / ...
CommitLineData
1# Exim test configuration 0396
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
9tls_advertise_hosts =
10
11# ----- Main settings -----
12
13domainlist fail = ${if eq {x}{y}{}fail}
14
15acl_smtp_rcpt = accept domains = +fail
16
17# End