• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved How to change the default maximum mailbox size ?

regisg

Regular Pleskian
Hello,

I use Plesk Onyx Version 17.5.3 on a WebAdmin Edition.
I DON'T use a reseller subscription... but actually I don't know what kind of subscription I use (!).

I would like to change the default maximum mailbox size which is set to 100 Mb for all email accounts of all webspaces, but I don't find where I can do it...

I read : Mailbox size is set to Unlimited for a reseller's subscription but email address usage limit value is different
But this page concerns only reseller subscriptions.

THX.
 
There is solution only for one domain in this KB article How to manage mailbox size in Web Admin edition?
You can use following modification of this solution for ALL your domains:

# for i in `mysql -uadmin -p\`cat /etc/psa/.psa.shadow\` psa -Ns -e "select name from domains"`; do plesk bin subscription_settings --update $i -mbox_quota 100M; done
 
Back
Top