• 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 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