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

[REBOL] Help with SEND

From: carloslorenz::rebolbrasil::nobrenet::com at: 11-Dec-2004 10:47

Hi list Need help with this: I use REBOL on Linux. Situation 1, 2 do not work. Situation 3 works only If I send mail to the same domain as in situation 4 Is there any configuration missing ? situation 1)
>> set-net [clorenz-bol.com.br smtp.bol.com.br] >> send clorenz-bol.com.br "hi"
** User Error: Server error: tcp 550 Command failed. Mailbox is unavailable. ** Near: insert port reduce data situation 2)
>> set-net [clorenz-bol.com.br smtp.bol.com.br] >> send clorenz-bol.com.br "hi"
** User Error: Server error: tcp 550 Command failed. Mailbox is unavailable. ** Near: insert port reduce data situation 3)
>> set-net [carloslorenz-rebolbrasil.nobrenet.com mail.nobrenet.com] >> send carlos-revistaeletronica.com.br "hi"
** User Error: Server error: tcp 550-(internetserver) [200.231.16.44] is currently not permitted to relay ** Near: insert port reduce data situation 4)
>> set-net [carloslorenz-rebolbrasil.nobrenet.com mail.nobrenet.com] >> send carloslorenz-rebolbrasil.nobrenet.com "hi" >>
Thanks Carlos