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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Nico Erfurth
日付:  
To: Sven Geggus
CC: exim-users
題目: 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