Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: mike_mattos on May 10, 2005, 11:21:15 PM
-
My webmail is working well, but i recently needed to send a file > 2MB
How?
I tried find with mail and WebMail
looked in varous /etc & /var trees, bit no can find the files for this!
Anyone know where the .ini file is?
ths
Mike
-
The file is /etc/php.ini. You may have luck doing this. As suggested by Charlie Brady, I believe, in a previous post
/sbin/e-smith/config setprop php MaxExecutionTime 1800
/sbin/e-smith/config setprop php MemoryLimit 100M
/sbin/e-smith/config setprop php PostMaxSize 25M
/sbin/e-smith/config setprop php UploadMaxFilesize 25M
/sbin/e-smith/expand-template /etc/php.ini
/etc/e-smith/events/actions/restart-httpd-full
GL,
JB
-
thank you!
I notice I'm not alone in having trouble FINDING what I need here. Am I mising something? I'm self taught in LINUX, and wonder how someone like myself would know if webmail is in PEAR or PHP or an i-bay, etc!
Is there any way to create an index of file names and file content, feed it into MySQL, and put a front end on it?
grep really is no help if you don't know the source file's name!
Mike javascript:emoticon(':-D')
Very Happy
-
In earlier postings, Charlie kindly provided the following:
..
..
/sbin/e-smith/config setprop php MaxExecutionTime 1800
..
..
What impact is there in increasing this value to (say) 2400? I chose this as an arbitrary number that appeared to help when sending a 13MB attachment. At 1800, the server failed to send the mail and returned an error page where as 2400 worked fine.
Or do I just need more memory in my machine :-?
Chris