How to manage mailbox size in Web Admin edition?

It is not possible to manage mailbox size via Plesk user interface in Web Admin edition.

The only way to manage it is through command-line with administrator privileges.

Examples (both for Linux and Windows):

  • set quota to 100M:

    # plesk bin subscription_settings --update example.com -mbox_quota 100M

  • Set the mailbox size to the default value:

    Note: default value for subscription is inherited from its service plan

    # plesk bin subscription_settings --update example.com -mbox_quota -1

  • To change the limit for a specific mailbox, use plesk bin mail utility:

    # plesk bin mail --update user@example.com -mbox_quota 50M

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Connecting using PuTTY on Windows workstations

Configuring PuTTY In PuTTY, under Session, enter your Host Name Under Connection choose Data...

How to install the php-mcrypt module on a Plesk server

Question How to install the php-mcrypt module on a Plesk server? Answer Notes: The solution in...

Windows: Accessing Your Server with Remote Desktop

This article explains how to use Remote Desktop to access your Windows server’s desktop from...

What is Reverse DNS?

Reverse DNS (rDNS) is name resolution that looks up an IP addresses to obtain a domain name,...

What is Reverse DNS?

Reverse DNS (rDNS) is name resolution that looks up an IP addresses to obtain a domain name,...