Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Change the maximum attachment size in Horde  (Read 2119 times)

0 Members and 1 Guest are viewing this topic.

rohitj

  • Guest
Change the maximum attachment size in Horde
« on: November 30, 2013, 01:13:17 pm »
Change the maximum attachment size in Horde

By default, PHP limits uploaded files’ size to 2 MB. This limit applies to all PHP applications including Webmail. Edit the following options in the “/etc/php.ini” file on the Plesk server and set the values to match your needs. For example:

upload_max_filesize = 32M
post_max_size = 32M


Restart Apache after the “php.ini” file modification.

Also note that the maximum attached file size can be changed by adjusting the Horde configuration. Find the “attach_size_limit” option in the “/etc/psa-horde/imp/conf.php“:

$conf['compose']['attach_size_limit'] = ’0′;

An “attach_size_limit” value of zero means “no limit.”

 ;)