diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-11-01 19:46:28 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-11-08 16:19:46 +0000 |
commit | 23f3dc67a13f71bb8fdf2930052d3fdce85e9774 (patch) | |
tree | 780d7e88f9c996c1889d25a7d228d3864d620a33 /test/confs/4802 | |
parent | d658adda50d19b00d2242c0f9162ab510ecda799 (diff) |
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/4802')
-rw-r--r--[l---------] | test/confs/4802 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/test/confs/4802 b/test/confs/4802 index 739f0db1f..0fff2b87c 120000..100644 --- a/test/confs/4802 +++ b/test/confs/4802 @@ -1 +1,11 @@ -4800
\ No newline at end of file +tls_advertise_hosts = + +begin routers + dnslookup: + driver = dnslookup + dnssec_request_domains = * + transport = smtp + +begin transports + smtp: + driver = smtp |