summaryrefslogtreecommitdiff
path: root/test/confs/0103
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-11-01 19:46:28 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2015-11-08 16:19:46 +0000
commit23f3dc67a13f71bb8fdf2930052d3fdce85e9774 (patch)
tree780d7e88f9c996c1889d25a7d228d3864d620a33 /test/confs/0103
parentd658adda50d19b00d2242c0f9162ab510ecda799 (diff)
downloadexim4-23f3dc67a13f71bb8fdf2930052d3fdce85e9774.tar.gz
TLS: Default tls_advertise_hosts to "*". Bug 1709
Make the option available in non-TLS builds, and clear in testsuite confs as needed to keep TLS and non-TLS testcase outputs the same. An error is logged at startup if tls_advertise_hosts is nonempty but tls_certificate is not set.
Diffstat (limited to 'test/confs/0103')
-rw-r--r--test/confs/01031
1 files changed, 1 insertions, 0 deletions
diff --git a/test/confs/0103 b/test/confs/0103
index bff294a96..63311a21a 100644
--- a/test/confs/0103
+++ b/test/confs/0103
@@ -6,6 +6,7 @@ spool_directory = DIR/spool
log_file_path = DIR/spool/log/%slog
gecos_pattern = ""
gecos_name = CALLER_NAME
+tls_advertise_hosts =
# ----- Main settings -----