PHP and Squirrel Mail
am 24.11.2005 18:43:51 von Scott Taylor
Hi all,
I just discovered that my Squirrel mail 1.4.4, does not allow files over
500(someodd)KB to be attached to emails, although the entire email can add
up to 8MB. I can't find any setting in the SM configs and I have tried
setting /etc/php.ini to:
; Maximum allowed size for uploaded files.
upload_max_filesize = 6M
That didn't help. Does anyone know the correct settings I need to
change/add here?
Cheers
--
Scott
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: PHP and Squirrel Mail
am 24.11.2005 19:38:29 von Scott Taylor
Scott Taylor said:
>
> Hi all,
>
> I just discovered that my Squirrel mail 1.4.4, does not allow files over
> 500(someodd)KB to be attached to emails, although the entire email can add
> up to 8MB. I can't find any setting in the SM configs and I have tried
> setting /etc/php.ini to:
> ; Maximum allowed size for uploaded files.
> upload_max_filesize = 6M
>
> That didn't help. Does anyone know the correct settings I need to
> change/add here?
Finally found it! It wasn't in php or SM it was in Apache:
/etc/httpd/conf.d/php.conf
LimitRequestBody 524288
Gah!
Cheers anyway.
--
Scott
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html