paul cooper <[email protected]> (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 = : [email protected] : 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{[email protected]}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 == [email protected]
> 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
signature.asc
Description: Digital signature
-- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
