• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Resolved PLESK webmail client (attachment size)

cloudbridge

Basic Pleskian
Hello,

does someone know how to change plesk webmail attachment file size?

Tried to modify all php versions to:

upload_max_filesize = 64M
post_max_size = 128M

Tried to :
  1. Go to Tools & Settings > PHP Settings and click the "by OS vendor FastCGI application" handler
  2. Switch to the php.ini tab and increase the "post_max_size" and "upload_max_filesize" parameter values. Press OK to apply the setting.
Tried to:

/etc/psa-webmail/roundcube/php.ini change to
upload_max_filesize = 64M
post_max_size = 128M

Still nothing changed on webmail.
 
SOLUTION - IF SOMEONE STILL HAS PROBLEMS WITH WEBMAIL ATTACHMENT FILE SIZE.

PLESK OBSIDIAN 18.0.20

OS DEBIAN 9

Problem can be solved via CLI.

# cd /etc/php/7.0/apache2/
# nano php.ini
ctrl + W and search for (And change value):
upload_max_filesize = 64M
post_max_size = 128M

ctrl + X and save file as it is.
 
Back
Top