• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Adjusting Attachment Size Limit in Horde

G

gtowle

Guest
I'm trying to increase the 2MB limit set for attachment sizes. I found KB #1075 (which applies to Plesk 7 and 7.5) and it says to modify php.ini within the %plesk_vhosts%webmail\horde directory. I could not locate that directory, so I searched for it and found the following php.ini files:

./etc/php.ini
./usr/local/psa/admin/conf/php.ini
./opt/php51/etc/fastcgi/php.ini
./opt/php51/etc/php5/cli/php.ini

Can anyone tell me if either of these is the php.ini file that I would make adjustments to, or where I would make the attachment file size limit adjustment?

Thanks.
 
Originally posted by gtowle
Can anyone tell me if either of these is the php.ini file that I would make adjustments to, or where I would make the attachment file size limit adjustment?
SSH to the server and run this command which will output the local path to Php.ini file you currently use:

php -i | grep php.ini
 
Servertune-

Thanks for that tip. I found the php.ini that I am currently using (/etc/php.ini), changed the upload_max_filesize from 2M to 8M, restarted Apache and it worked. Attachment filesize limit it now set to 8MB.
 
Back
Top