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

BlueBottle POP Email Problems

 [1/5] from: r3bol::yahoo::com at: 29-Jul-2005 0:48


I have been having some problems getting REBOL to send email to my BlueBottle POP account. I have set up BBs - email, SMPT and POP settings correctly in REBOL, but nothing arrives when I try something like SEND [example--bluebottle--com] "test" Any thoughts?

 [2/5] from: r3bol:ya:hoo at: 29-Jul-2005 2:55


chi guerva <[r3bol--yahoo--com]> wrote: I have been having some problems getting REBOL to send email to my BlueBottle POP account. I have set up BBs - email, SMPT and POP settings correctly in REBOL, but nothing arrives when I try something like SEND [example--bluebottle--com] "test" Any thoughts? Sorry, ignore this for now. Seems BlueBottle are having some general problems at the moment. Thanks.

 [3/5] from: rebol::ccsducto::com::ar at: 29-Jul-2005 9:39


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 ----- Original Message ----- From: "chi guerva" <[r3bol--yahoo--com]> To: <[rebolist--rebol--com]> Sent: Friday, July 29, 2005 4:48 AM Subject: [REBOL] BlueBottle POP Email Problems
> I have been having some problems getting REBOL to send email to my
BlueBottle POP account. I have set up BBs - email, SMPT and POP settings correctly in REBOL, but nothing arrives when I try something like

 [4/5] from: r3bol::yahoo::com at: 1-Aug-2005 23:05


Cesar Chavez <[rebol--ccsducto--com--ar]> 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 [r3bol--bluebottle--com] "REBOL Test"
** User Error: Server error: tcp 550 5.2.1 <[r3bol--bluebottle--com]>... 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

 [5/5] from: lookoutzero:gma:il at: 3-Sep-2005 11:02


I left Bluebottle because of ongoing reliability problems. Great concept, wonderful that it was free but ultimately I needed more reliability. Now I use AlienCamel.com and GMail. On 7/29/05, chi guerva <[r3bol--yahoo--com]> wrote: