Hi,
This patch is to fix timeout at login with roundcube (blank page) when
using NGINX as imap server.
NGINX (http://nginx.net/) is IMAP front-end which can be used to balance
request to different backend.
NGIX returns "* BAD internal server error" when it can not validate the
username and password during the LOGIN stage (it is its wilcard error
answer).
As the string starts with "*", iil_ReadReply will discard the line, when
it should not when it is an answer to the "a001 login" request.
I include an svn diff of the change I have added to our local copy to
avoid this issue.
This is perhaps not the cleanest patch possible to the issue but prevent
this timeout to occur.
Regards,
Thomas Mangin
Technical Director
--
Exa Networks Limited - http://www.exa-networks.co.uk/
Company No. 04922037 - VAT no. 829 1565 09
27-29 Mill Field Road, BD16 1PY, UK
Phone: +44 (0) 845 145 1234 - Fax: +44 (0) 1274 567646
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/U8/6aQiB9Lj/nginx-fix.txt
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
There's no 'Edit as new message' button anywhere, will roundcube -svn
version add this feature?
Thanks very much.
--
Best regards.
- Open Source Mail Server Solution for RHEL/CentOS 5.x:
http://code.google.com/p/iredmail/
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi!
0.2-beta is a great upgrade. While leafing through the new config
options available in main.inc.php, it occurred to me that the upgrade
process could be simpler yet. If I can avoid making changes to the
shipped main.inc.php, then when upgrading I can always replace it with
the new version as shipped (taking care to see what's new, of course).
This is easy, if the shipped main.inc.php ends like so:
--- /usr/pkg/share/examples/roundcube/main.inc.php.dist 2008-09-21
23:24:14.000000000 -0400
+++ /etc/roundcube/main.inc.php 2008-09-24 15:00:31.000000000 -0400
@@ -377,5 +377,7 @@
// Display attached images below the message body
$rcmail_config['inline_images'] = TRUE;
+include_once('main-local.inc.php');
+
// end of config file
?>
Then, if the sysadmin creates main-local.inc.php, any settings it
contains will override the defaults, and main.inc.php can be treated
as read-only if the sysadmin so desires. And for some uses, at least,
that makes it easier to compare the old and new main.inc.php to see
which new settings are available.
(Same idea applies to db.inc.php.)
I can't say I've noticed any sort of performance hit as a result of
this, and I'd be surprised if there were much of one, but my
environment isn't terribly high-load and I haven't profiled anything.
With this change, working in the way I'm talking about is entirely
optional; nobody has to change how they do things unless they want to.
Would this change be acceptable in RoundCube?
- Amitai
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
you will find actualized Czech translation included.
Sincerely,
Ondrej Zara
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/AG/MY99s1+2/roundcube-cz.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
Please consider integrating the patch in ticket #1485267
--
Regards,
Dennis P. Nikolaenko, dennis(a)nikolaenko.ru
_______________________________________________
List info: http://lists.roundcube.net/dev/
I had updated the zh_TW localization for 2.0-beta by myself. :)
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/mq/685wRDGp/zh_TW.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
PEAR's Mime packages development currently looks stopped. My proposition
is to create our own classes, of course by copy&paste from them, but
this is needed if we want to fix following issues:
- non-ascii attachment names (basename's utf issue)
- big memory consumption of attachments handling
- rfc2047 for name, rfc2231 for filename
- internationalised domain names
- other that I forgot
I volunteer to do that switch.
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
This is the updated Arabic translation as of Sep 20 (UTF+0300).
regards,
Ossama Khayat
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Mf/7C88c2yj/roundcube.tar.gz
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
--
Regards,
Dennis P. Nikolaenko, dennis(a)nikolaenko.ru
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/bR/4bP9jTo1/p.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/