• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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