Re: [exim] debugging a lookup

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] debugging a lookup
On 2011-12-11 20:52, paul cooper wrote:
> # client_send = : mx@??? : xxxxxx
> client_send = :
> "${extract{auth_name}{${lookup{$sender_address}wildlsearch{/etc/exim4/smtp_users}{$value}fail}}}"
> : xxxxx

[...]
> exim -be
> '${extract{auth_pass}{${lookup{mx@???}wildlsearch{/etc/exim4/smtp_users}{$value}fail}}
> returns the password in the lookup file ,which is


I'm confused. If that lookup returns the password, why are you using it in the bit of the
client_send= line that didn't have the password in?

--
Jeremy