Autor: Peter Radcliffe Data: Para: 'exim-users@exim.org' Assunto: Re: [Exim] Failed to expand condition ....
Thierry Martens <thierry@???> probably said: > condition = ${if {${lookup{$local_part}dbm{/etc/users}{$value}}}
>
> But i still get the error:
>
> failed to expand confdition "${if
> {${lookup{$local_part}dbm{/etc/users}{$value}}}" for localuser director:
> "pwd2" is not a number
>
> that pwd2 is the password for the user i am trying to mail.
RTFM about condition. You must return a true/false value, not $value.