Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] pop authentication Re:

From: kevin::sunshinecable::com at: 13-Sep-2000 9:37

> What do I need to add to the schemes/pop to take care of the following error message? > > ** User Error: Server error: tcp 521 yahoo.com closing transmission channel. You > must be pop-authenticated before you can use this smtp server, and you must use > your yahoo mail address for the Sender/From field. > ** Where: insert port reduce data > > This occurs when sending mail.
The error message is generated by yahoo.com's SMTP server. This is an anti-spam technique at work. In order to use Yahoo's SMTP server, you must *first* use POP3 to check your mail. The POP3 server notes your IP address and allows that address to access the SMTP server for sending. (The theory is that if you prove you've got a valid username and password on their mail box, you're okay to send through it.) The solution is to open a POP3 connection prior to attempting to send mail. The connection can be immediately closed, it just wants your username and password for verification. temppop: open pop://user:[pass--mail--yahoo--com] close temppop send [postmaster--yahoo--com] "This works from Yahoo." Regards, Kev ------------------------------------------------------------------------ Kevin McKinnon, System/Network Administrator [kevin--sunshinecable--com] Sunshine Communications http://www.sunshinecable.com PGP Public Key: http://www.dockmaster.net/pgp.html PGP 6.0 www.pgp.com