On 09/07/2019 21:33, Martin McCormick via Exim-users wrote:
> I began looking for some way to turn off
> tls_advertise_hosts and it is not obvious.
> /etc/exim4/conf.d/main/03_exim4-config_tlsoptions has the
> definition all right but how do you undefine it and is there
> another way in debian to do this?
That's mostly a question for the Debian config. In a plain
configuration you'd define the main option "tls_advertise_hosts"
to an empty string (or an empty list). The default is "*"
meaning "all hosts", so commenting it out would not do what you
want.
The documentation does say what the default is; perhaps you
didn't find that part.
--
Cheers,
Jeremy