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

[REBOL] smtp and altme

From: creaotic:portalforthemarines at: 16-Jul-2006 19:41

First off what do I have to do to get access to the altme discussion groups? More importantly I'm trying to send a file and I get this error.well the errors at the bottom send fluxkills-yahoo.com "adfadASF" Net-log: ["Opening" "tcp" "for" "esmtp"] connecting to: mail.smilefreedom.com Net-log: [none "220"] Net-log: {220-voda8.vodahost.com ESMTP Exim 4.52 #1 Sun, 16 Jul 2006 18:33:58 -0500 } Net-log: {220-We do not authorize the use of this system to transport unsolicited, } Net-log: "220 and/or bulk e-mail." Net-log: [["HELO" system/network/host] "250"] Net-log: {250 voda8.vodahost.com Hello mercury-9cgvne5 [24.197.108.222]} Net-log: ["MAIL FROM: <linkexchange-smilefreedom.com>" "250"] Net-log: "250 OK" Net-log: ["RCPT TO: <fluxkills-yahoo.com>" "250"] ** User Error: Server error: tcp 550-24-197-108-222.dhcp.hlrg.nc.charter.com (mercury-9cgvne 5) [24.197.108.222] ** Near: insert smtp-port reduce [from reduce [addr] message] I've been looking around and I can't find a good solution to the problem. I did this too if it helps probe get-net [linkexchange-smilefreedom.com "mail.smilefreedom.com" mail.smilefreedom.com none none non e] == [linkexchange-smilefreedom.com "mail.smilefreedom.com" mail.smilefreedom.com none none none] I tried using esmtp.r but it just gave me a different error and for some reason the patch wouldn't load so it's not much help. If anyone knows what I can do I'd appreciate it.