SMTP Error 431: Not Enough Disk Space on Server
SMTP Error 431 means “Not Enough Disk Space on Server.” The receiving mail server has run out of disk space and cannot store incoming messages. This is a server-side issue that will typically be resolved by the server administrator.
431 4.3.1 STOREDRV.Deliver; disk is full and the server cannot accept new messages
What does 431 mean?
SMTP code 431 indicates the receiving mail server itself (not just the individual mailbox) has run out of disk space. This is different from error 422 (individual mailbox full) because 431 affects the entire server, meaning no one on that server can receive email until the issue is resolved.
This error is more common with self-hosted mail servers or smaller hosting providers than with large providers like Gmail or Microsoft. It is a server administrator issue and not something the sender can fix. Your sending server should retry automatically.
How 431 plays out
431 replyWhere 431 sits: soft vs hard bounce
| Soft bounce (4xx) | Hard bounce (5xx) | |
|---|---|---|
| Nature | Temporary | Permanent |
| SMTP class | 4xx | 5xx |
| What to do | Let it retry | Suppress the address |
| Recoverable? | Often | No |
| 431 is | ✓ this code |
Common causes of 431
- Receiving mail server disk partition is full
- Log files consuming excessive disk space on the receiving server
- Server backup process filling storage
- Shared hosting environment with storage limits
How to fix 431
- Wait and retry - this is a server-side issue for the recipient to resolve
- Contact the recipient organization postmaster if the issue persists for days
- Your MTA should handle automatic retries with exponential backoff