On 25 June 2015 at 13:23, John Burnham <[email protected]> wrote:
> > > On 25 June 2015 at 00:47, Dan D Jones <[email protected]> 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. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
