Find answers to your questions

Documentation

What is error 550 – quota exceeded?

  • 1

You will receive a “550 Mailbox quota exceeded” error when you attempt to send an email to a recipient that does not have sufficient space in their inbox to store the message. Errors will continue to be received until the recipient creates space in their inbox (by deleting emails and attachments) or their mail quota is increased.

The 550 error, sent as a bounce-back message, looks similar to the following:

This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: user@domain.com
SMTP error from remote mail server after RCPT TO:<user@domain.com>:
host domain.com [11.22.33.44]: 550 Mailbox quota exceeded


Increase your mail quota

If others are receiving 550–quota exceeded errors when trying to send you email, you will need to delete emails and attachments from your mailboxes or increase your mail quota.

To increase your quota,

  1. head to My cPanel in your Nuagerie Client Area.
  2. Scroll down to the Email section and click Email Accounts.
  3. Scroll down the page until you see the list of configured email accounts. Find the account you wish to manage and check the Usage/Quota/% column to verify current usage.
  4. Now click Quota.
  5. The page extends to reveal the Mailbox Quota settings. You can now enter a value (in megabytes) greater than the current quota.
  6. Click the Quota button to save the change.

Note that some Nuagerie email services have preset quota limits that cannot be changed. Please contact us by opening a support ticket or by using our live chat feature for further information.

Related Articles

How to empty my DNS cache Overview Your DNS cache stores the locations (IP addresses) of web servers that contain web pages which you have recently viewed. If the location of the web server changes before the entry in your DNS cache updates, you can no longer access the site. If you encounter a large number of HTML 404 error codes, you... What is cPanel? cPanel is a control panel with which you can manage almost any element of your cPanel hosting account. The interface is very easy to use - cPanel works constantly to improve the platform by staying on the cutting edge of technology as well as constantly updating its various security measures, making it... How cPanel & WHM Improved Email Hosting cPanel and WHM have gone through some serious upgrades to their Email Hosting features throughout the versions. Just in the past 2 years, the cPanel team have made it easier than ever for web hosting providers, system administrators, and all other cPanel users to be able to host email accounts. ... CURL: could not resolve host: cpanel.net Error: curl: (6) Could not resolve host: securedownloads.cpanel.net; Unknown error Fix: Edit: nano -w /etc/resolv.conf Add the following lines: nameserver 8.8.8.8 nameserver 8.8.4.4 If you still have questions or concerns, feel free to contact us by opening a support ticket or with... How can I activate my paid license after a trial? You can do this by running this command in SSH: /usr/local/cpanel/cpkeyclt It should look something like this: [root@cpanel home]# /usr/local/cpanel/cpkeyclt Updating cPanel license...Done. Update succeeded. Building global cache for cpanel...Done [root@cpanel home]# If you still have...