Re: [exim] unknown variable name "tls_in_cipher"

トップ ページ
このメッセージを削除
このメッセージに返信
著者: John Burnham
日付:  
To: Dan D Jones
CC: exim users
題目: Re: [exim] unknown variable name "tls_in_cipher"
On 25 June 2015 at 13:23, John Burnham <john.burnham@???> wrote:

>
>
> On 25 June 2015 at 00:47, Dan D Jones <dan.d.jones@???> wrote:
>
>>
>> 220 mydomain.org ESMTP Exim 4.80 Wed, 24 Jun 2015 15:53:38 -0500
>> ehlo me
>> >>> host in pipelining_advertise_hosts? yes (matched "*")
>> >>> host in auth_advertise_hosts? yes (matched "*")
>> LOG: failed to expand condition "${if eq{$tls_in_cipher}{}{}{*}}" for
>> plain_sasl_server authenticator: unknown variable name "tls_in_cipher"
>>
>
> There's your problem - that expansion came in in version 4.82 - you're
> using 4.80.
>


Gah - forgot to mention that you can probably substitute $tls_cipher for
$tls_in_cipher in this case and get it working without having to change
your Exim version. Sorry.