[RCU] TLS Error in Apache log when using Roundcube w/ mod_gnutls plugin

2011-01-12 Thread J. Friedrich
Hi everyone,

I am using Roundcube 0.5-beta with an Apache 2.2.14-5, GNUTLS 2.10.4 and 
mod_gnutls in version 0.5.9. The used Linux distribution is Ubuntu 10.10.

When I am logged into the webinterface, I see many messages like these 
in the Apache error log:

[Tue Jan 11 10:08:22 2011] [error] [client 88.198.50.166] GnuTLS: 
Handshake Failed (-9) 'A TLS packet with unexpected length was received.'

First I thought it is a problem with Roundcube itself, but after I tried 
several GNUTLS, mod_gnutls versions and the Squirrelmail webinterface -- 
and the error messages still occured -- I assume that there is a problem 
with the underlying GNUTLS itself.

I also found a bug in the Ubuntu Launchpad Bugtracker, which implies 
that this is a problem with GNUTLS:

https://bugs.launchpad.net/ubuntu/+source/gnutls26/+bug/105736

* Has anyone experienced this problem before?
* Anyone a hint how to solve it?
* There seems to be no problem with the connection, Firefox and Chrome 
tell me the session is encrypted.

Best Regards,
  -Jason
___
List info: http://lists.roundcube.net/users/
BT/8f4f07cd


Re: [RCU] Error: Could not load message from server

2011-01-12 Thread Claudio Kuenzler
Hi Artie,

Could you please show the log files?
In this case especially the errors logfile in the logs folder.
Another help would also be if you enable imap debug logs in the roundcube
configuration and show them here.

-
ck


On Wed, Jan 12, 2011 at 3:37 PM, Artie Ball
ab...@thejohnwallisacademy.orgwrote:

 Hi All,



 Running version 0.4 Stable.



 When a users clicks on an UNREAD message, the loading message appears, the
 message becomes un-highlighted and then it throws up the “Could not load
 message from server”, nothing appears in the reading pane.



 Can anyone shed any light on this please??



 TIA



 Artie





 Artie Ball

 Network Manager

 The John Wallis Academy (Maths and Technology Specialist College)

 http://www.thejohnwallisacademy.org



 There are 10 kinds of people in the world, those who understand binary and
 those who don't.



 *P** Please consider the environment before printing this e-mail*



 ___
 List info: http://lists.roundcube.net/users/
 BT/86b78bab


___
List info: http://lists.roundcube.net/users/
BT/8f4f07cd


[RCU] HEADS UP re services hosted at gigo.com

2011-01-12 Thread Jason Fesler
I'm hosting a web site ( http://test-ipv6.com ) that *may* get a fair bit of
attention this week.  It will be part of a press release involving several
major web sites.  It will also be on the web site of a prominent
organization coordinating the press release.

The server *may* have a sudden increase in business, depending on the level
of attention the press release (and media interviews related to it) gets.

What does this mean for you?

 - Mailing lists I host (woodworkers, roundcube, corvette resto, etc) will
   possibly run a bit slower on getting mail delivered.
 - Web sites I host may be less snappy.  Possibly, downright slow.
 - Shell access, for those of you who have it, may appear lagged.
 - If you aren't sure why you're getting this mail at all, it means
   that you have an email address that is routed through my server.
   Ping me directly if you're not sure why.

I'm looking into ways to help spread the load to other servers, but I'm
gated on both time and money, as well as IPv6 availability on any resources
that might be contributed.  As such, the next handful of days *may* be
bumpy.  I want to appologize in advance for that.  

I have had the suggestion from one of the web sites on the press release to
look at Google App Engine.  I will do that, but I am constrained on when I
can do that.  I can't mix my employer's time or resources, with working
on test-ipv6.com.  The soonest I can do any significant change will be 
Friday.

Additionally, the organization putting out the press release, is working on
setting up a mirror of my site; once complete, they will hopefully take
some of the traffic themselves.

If you have an urgent issue, call 1-877-4FESLER, extension 22.  If I can't
asnwer the phone, leave a message (I may be in a meeting).  But do leave the
message, and I will get it.

Jason Fesler

Some of the email/Web sites affected (the main ones, at least):

alexmeyer.com
bsdnet.org
corvette-resto.com
deepfried.us
egbtnetwork.com
framekillertobacco.com
gardencity1988.com
getprideconcrete.com
gigo.com
goldenrivers.org
hcri.com
lists.gigo.com
lists.roundcube.net
mkurl.us
sawdusters.org
starrynyte.com
suchter.com
test-ipv6.com
wecarecancerpeernavigators.org
yersinia.com

For a complete list, see http://stats.gigo.com/  .

___
List info: http://lists.roundcube.net/users/
BT/8f4f07cd


Re: [RCU] Postfix Wont Send RC Mail Only

2011-01-12 Thread Michael Orlitzky
On 01/12/2011 09:52 AM, Carlos Mennens wrote:
 I've got two servers on my network:
 
 - mail.iamghost.org [192.168.0.200 / 24]
 - www.iamghost.org [192.168.0.201 / 24]
 
 Now my Postfix server lets me send mail via SMTP just fine from
 Thunderbird on any machine that is in 'mynetworks' file:
 
 Code:
 [r...@mail ~]# cat /etc/postfix/mynetworks
 127.0.0.0/8
 192.168.0.0/24
 The problem I'm having is that I've installed RoundCube on my web
 server listed above and I'm able to login and read all my messages
 perfectly via IMAP4. The problem is when I compose a new message and
 try to send via SMTP from webmail only. When I try and send, I get a
 SMTP error: SMTP Error (250) Authentication Failure. I can't
 understand what's causing this. When I 'tail' my Postfix log file, I
 don't see anything but an incoming connection and then an immediate
 disconnect. No details show why this is occurring. I then ran Postfix
 in debug mode to get more info and here's what I show:

Is Roundcube trying to authenticate? Try this:

$rcmail_config['smtp_server'] ='192.168.0.200';
$rcmail_config['smtp_port'] = 25;
$rcmail_config['smtp_user'] = '';
$rcmail_config['smtp_pass'] = '';
$rcmail_config['smtp_auth_type'] = '';
___
List info: http://lists.roundcube.net/users/
BT/8f4f07cd


[RCU] Version 0.5 (stable) released

2011-01-12 Thread Thomas Bruederli
Hello Roundcube users and lovers

The next major release has now reached stable state and is available for
download. The important new features since 0.4 are: full support for shared
folders and namespaces, Internationalized Domain Names (IDNA) as well as
SMTP Delivery Status Notifications. The user interface for managing IMAP
folders has changed a bit and provides new space for further extensions and
plugins. This was already part of the release candidate published some
weeks ago and the new stable version fixed the last few bugs, namely some
issues with namespaces.

We recommend to update all existing Roundcube installations with this
release. Get it now from http://roundcube.net/download and have a lot of fun!

~Thomas
___
List info: http://lists.roundcube.net/users/
BT/8f4f07cd