Hi,

I was wondering if anyone ran into problems when adding an attachment.

I installed SM 1.2.8 on RedHat 8.0, 512MB RAM, Netscape 7.01. Another
machine running RedHat 7.3 i have my firewall (iptables), DNS, DHCP, and
Squid (2.4.STABLE6-6.7.3), 128MB RAM.

First i modified php.ini:
memory_limit = 40M
post_max_size = 10M
upload_max_filesize = 20M

The following message appeared in my browser after selecting a file and
pressing 'Add':

The following error was encountered:

    * The request or reply is too large.

If you are making a POST or PUT request, then your request body (the thing
you are trying to upload) is too large. If you are making a GET request,
then the reply body (what you are trying to download) is too large. These
limits have been established by the Internet Service Provider who operates
this cache. Please contact them directly if you feel this is an error.

Ok, cache issue. So I searched in docs and changed squid.conf:
request_header_max_size 10 MB
request_body_max_size 0
reply_body_max_size 0

Now when i try to add an attachment the following 'Alert' appears:

The document contains no data.

The size of the attachment is 2MB.

I would really appreciate any help.

Thank you.
-- 
Marco Paniagua
[EMAIL PROTECTED]
The Netherlands





-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
--
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

Reply via email to