5 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] CGI environment excee...
FromSent OnAttachments
Mark ConstableJan 30, 2006 3:52 pm 
Sam VarshavchikJan 30, 2006 4:10 pm 
Mark ConstableJan 30, 2006 5:07 pm 
Sam VarshavchikJan 30, 2006 5:26 pm 
Mark ConstableJan 30, 2006 7:03 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] CGI environment exceeds allowed maximum sizeActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jan 30, 2006 4:10:03 pm
List:net.sourceforge.lists.courier-sqwebmail

Mark Constable writes:

apache1/apache2 SSL usage of sqwebmail is fine for Thunderbird and Konqueror but we find that IE users (perhaps all versions) inconsistently keep getting this error on about 25% of all page refreshes... so we can't use sqwebmail behind am SSL secure link, which is not a real good idea on our network.

Just now I've had some reports of IE users also getting this same error from the non-SSL setup, but less frequently.

Would anyone happen to know of some workarounds for this problem ?

Let's increase the max. allowed.

diff -U3 -r1.19 sqwebmail.h --- sqwebmail.h 29 Feb 2004 20:30:56 -0000 1.19 +++ sqwebmail.h 31 Jan 2006 00:09:47 -0000 @@ -34,7 +34,7 @@ /* Socket filename */

#define SOCKFILENAME SOCKDIR "/sqwebmail.sock" -#define SOCKENVIRONLEN 4096 +#define SOCKENVIRONLEN 8192

#define VALIDCGIVAR(p) \ (strncmp((p), "DOCUMENT_", 9) == 0 || \