Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: vertical on November 15, 2004, 11:44:40 PM

Title: Troubles with webmail and extra size attachment
Post 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!
Title: Troubles with webmail and extra size attachment
Post by: Mumm-Ra on November 16, 2004, 08:51:04 AM
Taken from smeghead's post here http://forums.contribs.org/index.php?topic=24233.0

Quote

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
Title: Troubles with webmail and extra size attachment
Post by: vertical on November 16, 2004, 10:51:35 AM
thanks for you help, and sorry for repeat the post.