On Wed, Jun 11, 2003 at 09:25:17AM -0400, Troy Settle wrote:
> I've got exim listening on five different interfaces and I would like it
> to advertise TLS to all hosts, but only on two of those interfaces. Is
> there a way to do that?
Perhaps using something like
tls_advertise_hosts = ${if eq{$interface_address}{123}{*}{}}
untested.
cu andreas