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 [EMAIL PROTECTED] smtp.bol.com.br]
>> send [EMAIL PROTECTED] "hi"
** User Error: Server error: tcp 550 Command failed. Mailbox is unavailable.
** Near: insert port reduce data


situation 2)
>> set-net [EMAIL PROTECTED] smtp.bol.com.br]
>> send [EMAIL PROTECTED] "hi"
** User Error: Server error: tcp 550 Command failed. Mailbox is unavailable.
** Near: insert port reduce data

situation 3)
>> set-net [EMAIL PROTECTED] mail.nobrenet.com]
>> send [EMAIL PROTECTED] "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 [EMAIL PROTECTED] mail.nobrenet.com]
>> send [EMAIL PROTECTED] "hi"
>>   

Thanks 
Carlos
-- 
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.

Reply via email to