• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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