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

[REBOL] REBOL CGI mail script "not permitted to relay" ??

From: carlos::lorenz::gmail::com at: 31-May-2005 12:59

Hi list, I want this REBOL CGI script hosted at server "A" to read mail box at server B but I get this error: ** User Error: Server error: tcp 550-(lucas.topserverbr.com<http://lucas.topserverbr.com>) [64.247.16.72 <http://64.247.16.72>] is currently not permitted to relay ** Near: insert port reduce data I need some help to unserstand what's going on. Follows the script REBOL[] set-net[[tvprog--linux25--com] mail.linux25.com <http://mail.linux25.com>] header: make system/standard/email [ From: [[revistaeletronica--revistaeletronica--com--br]] Subject: "Revista Eletrônica - Veja Hoje na TV" Organization: "Unidade Lorenz Ltda." ] ; setup da caixa postal mailbox: [ scheme: 'pop host: "pop.sao.terra.com.br <http://pop.sao.terra.com.br>" user: "[revista--8--terra--com--br]" pass: "pass" timeout: false ] mail: open mailbox forall mail [ message: import-email first mail if find message/subject "hi" [ send/header message/from "I got your message. I'll Write back soon" header ] remove mail ] Thanks -- *:-.,_,.-:*'``'*:-.,_,.-: Carlos Lorenz *:-.,_,.-:*'``'*:-.,_,.-: