Nigel Wade wrote:
>> Of course. Look at server_advertise_condition
> Ah, I see. I can use this condition to ensure that AUTH is only
> advertised if the connection is encrypted? Is that correct?
That's what the spec says, yes.
The most simple form is:
server_advertise_condition = ${if def:tls_cipher}
>> and the wiki examples.
> I don't see any examples in the Wiki.
http://exim.org/eximwiki/FAQ/Encryption_TLSSSL/Q1702
is at least for something similar.
A search for server_advertise_condition would've also revealed some links.