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

[REBOL] Re: HELP! read pop:// from DSL mailer fails

From: ehawk4:earthlink at: 28-Jan-2004 14:08

Graham OK... After installing the esmtp and esend (with a trace/net on) I get the following:
>> esend [erhawkins--verizon--net] "hello"
Net-log: ["Opening tcp for" esmtp] connecting to: outgoing.verizon.net Enter SMTP authentication username: erhawkins Enter SMTP authentication password: ....... (password) Net-log: [none "220"] Net-log: {220 out008.verizon.net ESMTP server (InterMail vM.5.01.06 ..06 201-253-122-130-106-20030910) ready Wed, 28 Jan 2004 15:55:47 - 0600} Net-log: [["EHLO" system/network/host] "250"] Net-log: "250-out008.verizon.net" Net-log: "250-HELP" Net-log: "250-XREMOTEQUEUE" Net-log: "250-ETRN" Net-log: "250-AUTH=LOGIN PLAIN" Net-log: "250-AUTH LOGIN PLAIN" Net-log: "250-PIPELINING" Net-log: "250-DSN" Net-log: "250-8BITMIME" Net-log: "250 SIZE 8388608" Net-log: ["AUTH LOGIN" "334"] Net-log: "334 VXNlcm5hbWU6" Net-log: [(enbase/base port/user 64) "334"] Net-log: "334 UGFzc3dvcmQ6" Net-log: [(enbase/base port/pass 64) "235"] ** User Error: Server error: tcp 535 Authentication failed ** Near: smtp-port: open [scheme: 'esmtp] if email?
>>
Any ideas as to what is going on? Evan