• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

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