Re: [exim] debugging a lookup

Top Page
Delete this message
Reply to this message
Author: Heiko Schlittermann
Date:  
To: exim-users
Subject: Re: [exim] debugging a lookup
paul cooper <pdcooper@???> (So 11 Dez 2011 21:52:11 CET):
> Im still trying to get my multi smarthost lookup working :-((

(…)
> gmail_smtp:
>    driver = smtp
>    port = 587
>    hosts_require_auth = gmail-smtp.l.google.com
>    hosts_require_tls = gmail-smtp.l.google.com

>
>   authenticator
> gmail_login:
>    driver = plaintext
>    public_name = LOGIN
>   # client_send = : mx@??? : xxxxxx
> client_send =   :
> "${extract{auth_name}{${lookup{$sender_address}wildlsearch{/etc/exim4/smtp_users}{$value}fail}}}"

>
> : xxxxx


Shouldn't you lookup the password here, as you used in your command line
checks:

> exim -be
> '${extract{auth_pass}{${lookup{mx@???}wildlsearch{/etc/exim4/smtp_users}{$value}fail}}
> returns the password in the lookup file ,which is
>
>
> 2011-12-11 20:34:06 1RZpzq-0005VR-0x gmail_login authenticator failed
> H=gmail-smtp.l.google.com [209.85.225.108] 535-5.7.1 Username and
> Password not accepted. Learn more at
> 535 5.7.1 http://mail.google.com/support/bin/answer.py?answer=14257
> zs7sm35451165igb.0
> 2011-12-11 20:34:06 1RZpzq-0005VR-0x == pdc124@???
> R=send_via_gmail T=gmail_smtp defer (-42): authentication required but
> authentication attempt(s) failed
>
> how can i debug this further to see where the problem is ?


log_selector += all

… but I'm not sure how much about the auth process it logs.

--
Heiko