Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: vertical on November 15, 2004, 11:44:40 PM
-
Hello,
first sorry by my english, I have a problem with webmail when I try send mail with attachment biggest.
any idea?
Thanks!
-
Taken from smeghead's post here http://forums.contribs.org/index.php?topic=24233.0
Add these settings into the configuration database to increase the maximum attachment size to 25MB:
/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
Expand the template:
/etc/e-smith/events/actions/conf-php
Then restart httpd:
/etc/rc.d/init.d/httpd-e-smith graceful
-
thanks for you help, and sorry for repeat the post.