• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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