Re: [Exim] restricting AUTH Plain/Login to TLS connections

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Nico Erfurth
Datum:  
To: Sven Geggus
CC: exim-users
Betreff: Re: [Exim] restricting AUTH Plain/Login to TLS connections
Sven Geggus wrote:
> Giuliano Gavazzi <eximlists@???> wrote:
>
>
>>      auth_advertise_hosts = ${if eq{$tls_cipher}{}{}{*}}

>
>
> This does not advertise any cipher in a session where TLS is not active.
>
> So far, so good, but how would I make exim to advertise CRAM-MD5 in this
> case and CRAM-MD5 LOGIN and PLAIN in the other?


I'm afraid you can't do this.

You have to advertise all or nothing, but maybe this should be
configureable in the authenticator (this COULD also make the
auth_advertise_hosts option obsolete).

ciao