Fetching mail through Horde mail (cpanel)
Horde application file path: /usr/local/cpanel/base/horde/
How to increase limit of the size of emails that can be fetched using Hordemail.
The path: /usr/local/cpanel/base/horde/imp/config/
conf.php
config.xml
Look for the above two files and edit the size limit at field and save it.
$conf['fetchmail']['size_limit'] = ‘4000000′;
You might need to increase value for ‘memory_limit’ in php.ini
php.ini for Horde application: /usr/local/cpanel/3rdparty/etc/horde
You could always run the file: test.php at /usr/local/cpanel/base/horde to check on the application setting, etc.
~!!