Hi everyone,
I am using exim 3.35 from debian linux unstable. Yahoo! deliver
recently require authentication for the smtp service. And I have
trouble trying to set it up. Here are the things that I add to my
configuration.
remote_smtp:
driver = smtp
authenticate_hosts = smtp.mail.yahoo.com
plain:
driver = plaintext
public_name = PLAIN
client_send = "myUsername+myPasswordInBase64"
the error message I got is using
exim -d -exim -d -M 16oTdE-0000RX-00
Exim version 3.35 debug level 1 uid=0 gid=0
Berkeley DB: Sleepycat Software: Berkeley DB 2.7.7: (08/20/99)
delivering message 16oTdE-0000RX-00
LOG: 0 MAIN
Unfrozen by forced delivery
Connecting to smtp.mail.vip.sc5.yahoo.com [216.136.173.12.25] ...
connected
SMTP<< 220 smtp013.mail.yahoo.com ESMTP
SMTP>> EHLO Mercury
SMTP<< 250-smtp013.mail.yahoo.com
250-AUTH=LOGIN PLAIN
250-PIPELINING
250 8BITMIME
SMTP>> MAIL FROM:<>
SMTP>> RCPT TO:<try_email_me@???>
SMTP>> DATA
SMTP<< 530 authentication required - for help go to
http://help.yahoo.com/help/us/mail/pop/pop-11.html
SMTP>> QUIT
LOG: 0 MAIN
** try_email_me@??? R=smarthost T=remote_smtp: SMTP error from
remote mailer after MAIL FROM:<>: host smtp.mail.vip.sc5.yahoo.com
[216.136.173.12]: 530 authentication required - for help go to
http://help.yahoo.com/help/us/mail/pop/pop-11.html
LOG: 0 MAIN
Frozen (delivery error message)
Thanx everyone. it doesn't seem to auth properly even though I have
the appropriate sectiion. Anyone?
Edwin Lau