• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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