On Thu, Dec 04, 2003 at 05:10:06PM -0500, Jeff Gordon wrote: > I have no idea where to look next. Anyone else...?
Install the following CGI in the same directory as your failing sqwebmail CGI: --- 8< -------------------------------------------------------------------- #!/bin/sh echo "Content-Type: text/plain" echo "" set --- 8< -------------------------------------------------------------------- Then invoke it from a browser. See what you get back. If there's more than 4K of environment variables, you may be able to see what's causing the problem. Brian.
