Pages

Tuesday, November 1, 2011

Increase squirrelmail attachment size

By default Squirrel mail (webmail) has maximum attachment size limit 2MB. But in our daily mail transections we need to send large files as attachment.

To increase the attachment size edit /etc/php5/apache2/php.ini file.

#vi /etc/php5/apache2/php.ini

upload_max_filesize = 2M [increase the size as you need]

post_max_size = 20M [increase the size as you need]

save and close.

Now restart apache.
#/etc/init.d/apache2 restart


No comments:

Post a Comment