From 23f3dc67a13f71bb8fdf2930052d3fdce85e9774 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 1 Nov 2015 19:46:28 +0000 Subject: 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. --- test/confs/4802 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) mode change 120000 => 100644 test/confs/4802 (limited to 'test/confs/4802') diff --git a/test/confs/4802 b/test/confs/4802 deleted file mode 120000 index 739f0db1f..000000000 --- a/test/confs/4802 +++ /dev/null @@ -1 +0,0 @@ -4800 \ No newline at end of file diff --git a/test/confs/4802 b/test/confs/4802 new file mode 100644 index 000000000..0fff2b87c --- /dev/null +++ b/test/confs/4802 @@ -0,0 +1,11 @@ +tls_advertise_hosts = + +begin routers + dnslookup: + driver = dnslookup + dnssec_request_domains = * + transport = smtp + +begin transports + smtp: + driver = smtp -- cgit v1.2.3