• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Roundcube attachment size

AnithS

New Pleskian
PRODUCT, VERSION : Parallels Plesk Panel 11.5.30

MICROUPDATE : 11.5.30 Update #47, last updated at June 11, 2014 03:26 AM

OPERATING SYSTEM : CentOS 6.5 (Final)

PROBLEM DESCRIPTION
-------------------------------
Need to increase round cube attachment size

STEPS TO REPRODUCE
----------------------------------

i need to increase round cube attachment size. i'm unable to find installation folder. Please guide me to increase attachment size

ACTUAL RESULT
-----------------------
Attachment size should be less than 5MB

EXPECTED RESULT
-----------------------------------
Attachment size allows upto 50MB

ANY ADDITIONAL INFORMATION
--------------------------------------------------------------
increased size in Tools & Settings > Server-Wide Mail Settings > Maximum message size
 
attachment size in Roundcube

PRODUCT, VERSION : Parallels Plesk Panel 11.5.30

MICROUPDATE : 11.5.30 Update #47, last updated at June 11, 2014 03:26 AM

OPERATING SYSTEM : CentOS 6.5 (Final)

PROBLEM DESCRIPTION
-------------------------------
Need to increase round cube attachment size


/etc/psa-webmail/roundcube/php.ini file have following details only

mysqli.default_port = 3306
disable_functions =
magic_quotes_sybase = Off
soap.wsdl_cache_enabled = 1
soap.wsdl_cache_dir = "/tmp"
session.use_cookies = 1
mysql.default_user =
implicit_flush = Off
bcmath.scale = 0


unable to find post_max_size" or "upload_max_filesize"
following location files also doesn't have the text mentioned
/usr/share/psa-roundcube/



STEPS TO REPRODUCE
----------------------------------

i need to increase round cube attachment size. i'm unable to find installation folder. Please guide me to increase attachment size

ACTUAL RESULT
-----------------------
Attachment size should be less than 5MB

EXPECTED RESULT
-----------------------------------
Attachment size allows upto 50MB

ANY ADDITIONAL INFORMATION
--------------------------------------------------------------
increased size in Tools & Settings > Server-Wide Mail Settings > Maximum message size
 
Try to add following setting in /etc/psa-webmail/roundcube/php.ini file and check your attachment size.

upload_max_filesize = 32M
post_max_size = 32M
 
Back
Top