Author: Tamas TEVESZ Date: To: Andre Grueneberg CC: exim-users Subject: Re: [Exim] auth cram-md5 sasl
On Mon, 13 May 2002, Andre Grueneberg wrote:
> > server_secret = "${if pwcheck {$1:$1}{1}{0}}"
>
> server_secret is the plain text password not a condition.
server_secret is expandable.
basically the expression above is good (syntactically), but i find it
unlikely that the original poster wants to achieve what the above
expression actually does.