On Mon, 10 Jun 2002, Harald Schueler wrote:
> When trying to convert our outgoing servers to Exim 4, I noticed that
> "auth_over_tls_hosts" is gone (handled by ACLs). Unfortunately AUTH is
> now always advertised, even if it is only possible over TLS.
auth_advertise_hosts = ${if eq{$tls_cipher}{}{}{*}}
In other words: "If $tls_cipher is unset, advertise to no hosts;
otherwise, advertise to all hosts."
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.