• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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