I have been struggling with this issue as well and finally found the cause of my particular problem, so I'll pass it along.
It seems that under RedHat 8.0/9.0 with Apache 2.0.x, there is an additional PHP configuration file, /etc/httpd/conf.d/php.conf. Increasing the LimitRequestBody value from 524288 (512MB) solved my problem. > Date: Tue, 22 Jul 2003 23:22:20 -0700 > From: [EMAIL PROTECTED] > Reply-To: [EMAIL PROTECTED] > Organization: iT-Professionals GmbH > To: [EMAIL PROTECTED], Matt Ingram > <[EMAIL PROTECTED]> > Subject: Re: [SM-USERS] Folder limits and attachment limits > > Hello Matt, > > as I'm currently trying setup a different attachment limit too, here's > what I found out (assuming you run it together with qmail and courier > IMAP): > > You have to change the limits in your php.ini: > > upload_max_filesize = 25M ; define the maximum allowed upload size > max_execution_time = 1000 ; set a decent maximum execution time to > ; allow long uploads or downloads > memory_limit = 35M ; must be a size > UL size > post_max_size = 25M ; maximum size of post data (>=UL) > > Check and/or set "qmail/control/databytes" must be at least UL size. > Check and/or set "courier/etc/sizelimit" must be at least UL size + > something decent for mail content like message body etc. > > That's all I know of, but seems to be incomplete as I still have the > 2M limit on squirrel .... PLEASE! Any help is highly appreciated. > > Thanks > Chris ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
