Cesar Chavez <[EMAIL PROTECTED]> wrote: 

Hi Chi,

I obtain this info via telnet about blue bottle smtp server
(smtp.bluebottle.com):

220 bluebottle-fe3.bluebottle.com ESMTP service ready
ehlo
501 5.0.0 ehlo requires domain address
ehlo pp
250-bluebottle-fe3.bluebottle.com Hello .....
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE 10485760
250-DSN
250-ETRN
250-AUTH LOGIN PLAIN
250-STARTTLS
250-DELIVERBY
250 HELP

Apparently they change the server setting to authentication required, and
REBOL/View 1.3.1.3.1 have a little bug when the authentication method is
different of CRAM-MD5.

I wrote a patch to fix it, this is the link to script

http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=patch-esmtp-net.r

some doc is included into script

The patch reinstall the ESMTP protocol with blank user and pass, then you
must set again it after the patch and before send function.

Try this and let me know your results, because your test is very interesting
to me.

Cesar


Thanks Cesar. BlueBottle is working again so I tried my test again. I get this 
error...

>> send [EMAIL PROTECTED] "REBOL Test"
** User Error: Server error: tcp 550 5.2.1 <[EMAIL PROTECTED]>... Mailbox 
disabled for this recipient
** Near: insert smtp-port reduce [from reduce [addr] message]
>>

I haven't had time to try the patch yet, but I had the Verification Method 
disabled on my account when I tried the above. 
Sorry I also didn't really understand the server info yet because I haven't 
been in this game for long. I will download your patch now and see if I can get 
it running and get back to you with the results. 

Thanks.

 



                
---------------------------------
 Start your day with Yahoo! - make it your home page 

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

Reply via email to