Re: [exim] debugging a lookup

Top Page
Delete this message
Reply to this message
Author: Lena
Date:  
To: exim-users
Subject: Re: [exim] debugging a lookup
> From: paul cooper

> my smtp_user file is this


> *@gmail.com: smarthost="smtp.gmail.com::587" auth_name="mx@???"
> auth_pass="password"


> the authenticator
> login:
> driver = plaintext
> public_name = LOGIN
> client_send = ":
> ${extract{auth_name}{${lookup{$sender_address}wildlsearch{/etc/exim/smtp_users}{$value}fail}}}\
> :
> ${extract{auth_pass}{${lookup{$sender_address}wildlsearch{/etc/exim/smtp_users}{$value}fail}}}"


I think that you need to remove quotes "" in the file and in the client_send.