There was a problem loading the comments.

Email Not Working? Check Your Disk Space First

Support Portal  »  Knowledgebase  »  Viewing Article

  Print

Email Not Working? Check Your Disk Space First

Overview

If your email has suddenly stopped working — messages not sending, not receiving, or bouncing back to senders — one of the first things to check is your disk space. A full hosting account is one of the most common causes of email failure, and it's something you can resolve yourself in a few minutes.

This article explains why disk space affects email, how to check your current usage, and how to free up space quickly.


Why Disk Space Affects Email

Email and web hosting share the same disk quota on your account. When your account fills up:

  • Incoming messages can't be written to disk, so they bounce back to the sender with an error like "mailbox is full" or "quota exceeded."
  • Outgoing messages may fail to send because the mail server can't write them to your Sent folder or to its outgoing queue.
  • Webmail (Roundcube, etc.) may fail to load or display errors because it can't write session data or temporary files.
  • Mail clients like Outlook, Apple Mail, or Thunderbird may show sync errors, fail to download new messages, or appear to be working but silently lose new mail.

In severe cases, all email functionality stops entirely until space is freed.


Symptoms That Point to a Disk Space Issue

If you're experiencing any of these, check disk space first:

  • Senders receive bounce messages mentioning "quota exceeded," "mailbox full," "over quota," or "insufficient storage."
  • Email worked yesterday, stopped working today, with no other changes.
  • Webmail loads slowly or shows errors.
  • New messages aren't appearing in your inbox even though senders insist they sent them.
  • You receive a notification from your hosting provider about being near or over your disk quota.
  • Multiple email accounts on the same hosting account are all affected at once.

How to Check Your Disk Space

In DirectAdmin

  1. Log in to DirectAdmin.
  2. Look on the dashboard for Disk Usage or check the System Info & Files section.
  3. You'll see total used vs. your quota.

For LaunchCDN customers, you can access DirectAdmin by clicking the cog icon next to your account in the LaunchCDN dashboard, then Login to Server Panel.

Per-Mailbox Quotas

Each individual email account also has its own quota. An individual mailbox can be full even when your overall account isn't.

 

In DirectAdmin:

  1. Go to Email Manager → Email Accounts.
  2. Each account's usage is listed.

How to Free Up Disk Space Quickly

1. Empty Trash and Spam Folders in Your Mailboxes

This is the fastest win and usually recovers significant space.

In Webmail (Roundcube, etc.):

  1. Log in to webmail at yourdomain.com/webmail 
  2. Navigate to the Trash (or Deleted Items) folder.
  3. Select all messages and delete them permanently (Shift+Delete in most webmail clients, or right-click → Empty Folder).
  4. Repeat for the Spam or Junk folder.
  5. Repeat for the Sent folder if it's large and you don't need old sent mail.

In Outlook / Apple Mail / Thunderbird:

The process varies by client, but the key is to empty the folders on the server, not just locally. In most clients:

  1. Right-click the Trash or Spam folder.
  2. Choose Empty Trash or Empty Folder.
  3. Make sure your client is set to sync deletions to the server (default in IMAP).

For Outlook specifically: deleting messages doesn't always immediately reclaim server space — you may need to "purge" or "compact" the folder.

2. Check for Old Bounce Notifications and Auto-Replies

If a mailbox has been receiving large amounts of automated bounce messages or vacation auto-reply loops, the inbox can balloon to several GB without you noticing.

  1. Sort the inbox by From in webmail or your mail client.
  2. Look for repeated entries from mailer-daemon, postmaster, or unfamiliar automated senders.
  3. Bulk-select and delete.

3. Delete Old Sent Mail

Sent folders are rarely cleaned and often grow indefinitely. If you don't need years of sent history on the server, archive locally and delete from the server.

4. Look for Stuck Outgoing Mail

In rare cases, the mail queue holds onto messages that couldn't be delivered. These show up as disk usage but aren't visible in normal mail folders.

This typically requires support to investigate — open a ticket if you've cleaned up obvious culprits and the disk is still full.

5. Clean Up Non-Email Disk Usage

Email isn't always the cause of disk usage — sometimes the mail itself is fine, but website files have filled the account, leaving no room for new mail. See our article How to Check Which Files and Folders Are Using the Most Disk Space for a full guide. Common targets:

  • WordPress backup plugins storing backups in wp-content/
  • Cache folders that have grown large
  • Old website backups (.zip, .tar.gz files) in your home directory
  • WordPress debug.log files that have grown to several GB

6. Increase the Mailbox Quota (If You Have Account Space)

If your overall account has space but a specific mailbox is full, increase that mailbox's quota:

 

In DirectAdmin:

  1. Go to Email Manager → Email Accounts.
  2. Click Modify on the relevant account.
  3. Increase the quota.
  4. Save.

You can set a mailbox to "Unlimited" if you have plenty of account space, but this is risky because one mailbox could fill the entire account.


After Freeing Space

Once you've freed space:

  1. Wait 5–10 minutes for the mail server to recognise the change.
  2. Check your mail again — bounced messages from senders typically need to be resent (they don't automatically retry indefinitely).
  3. Have important senders resend any messages that bounced during the outage.
  4. Confirm new mail arrives by sending a test message to the affected account from another email address.

Preventing Future Disk-Space-Related Email Failures

Set Up Mailbox Quotas

Don't leave all mailboxes set to "Unlimited" — set sensible per-mailbox quotas so one mailbox can't fill the entire account. For example:

  • Personal accounts: 2–5 GB
  • Business accounts: 5–10 GB
  • Shared inboxes (info@, support@): 10+ GB depending on volume

Enable Auto-Cleanup of Trash and Spam

Most mail servers can be configured to automatically delete messages in Trash and Spam after a set period.

In DirectAdmin (Roundcube settings):

  1. Log in to webmail.
  2. Go to Settings → Folders or Settings → Server Settings.
  3. Enable options like "Empty Trash on Logout" or "Auto-delete Spam after 30 days."

Use IMAP, Not POP3 — But Manage Storage

IMAP keeps mail on the server, which is good for accessing email from multiple devices but means everything counts against your disk quota. Periodically archive old messages locally if you want to keep them long-term.

POP3 downloads mail and deletes it from the server, which solves storage issues but means you can only access mail from one device.

For most users, IMAP with a regular cleanup routine is the right balance.

Monitor Disk Usage Regularly

Get into the habit of checking your disk usage monthly — both at the account level and per-mailbox. A slow upward trend is much easier to address than a sudden cliff.

Move Backups Off the Server

If WordPress backup plugins are eating your disk space, configure them to store backups in cloud storage (Dropbox, Google Drive, S3, etc.) rather than in wp-content/. This frees significant space and is also better backup practice.


When Disk Space Is NOT the Cause

Disk space is a common cause but not the only one. If your disk usage is well under your quota and email is still failing, other possibilities include:

  • DNS issues — MX records pointing to the wrong location.
  • Spam-related blocks — Your IP being listed on a blocklist (rare for individual mailboxes but can happen).
  • Mail client misconfiguration — Outlook/Apple Mail/Thunderbird settings causing sync errors.
  • Server-side mail server issues — Rare, but can happen during maintenance.

In these cases, opening a support ticket with details (which mailbox is affected, when the issue started, exact error messages) will help us diagnose quickly.


When to Contact Support

Try the disk space check first — it resolves the majority of "email suddenly stopped working" tickets. Open a ticket if:

  • Your disk usage is well below quota and email is still failing.
  • You've freed up space but email is still not working after 30+ minutes.
  • Senders are receiving error messages you don't recognise.
  • You suspect mail is being silently lost (not bouncing, just not arriving).
  • You've identified a stuck mail queue but can't access or clear it yourself.

When opening a ticket, please include:

  • The affected email address(es).
  • The exact bounce message or error text.
  • A screenshot of your disk usage from DirectAdmin.
  • Whether the issue affects sending, receiving, or both.
  • When the issue started.


Share via
Did you find this article useful?  

Related Articles


Comments

Add Comment

Replying to  

© Domain Name Sanity