• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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