What this code means
The destination system exists and normally accepts mail, but a general problem in that system prevented delivery during this attempt. The leading digit 4 denotes a temporary failure, so delivery may be retried in a controlled way.
Technical meaning
The X.3.0 pattern denotes another or undefined mail-system status. The destination system exists and normally accepts mail, but a condition involving that system caused a DSN to be generated; the .3.0 detail itself does not identify a more specific type of problem.
Delivery status
The leading digit 4 denotes a persistent transient failure: the current attempt failed, but the condition may clear. The code does not establish a permanent system failure or indicate that the recipient address is invalid.
- Class
- Temporary failure
- Retry
- Controlled retry
- Suppression
- Check the full context
Retry decision
Operational recommendation: retry with backoff, jitter, idempotency, and an attempt limit. Stop after success, a permanent result, or exhaustion of the time or attempt limit; route repeated 4.3.0 results for investigation instead of retrying indefinitely.
Suppression decision
Operational recommendation: do not add the address to a suppression list based on 4.3.0 alone. Inspect the full response, bounded-retry history, and other events; suppress only when an independent permanent signal or the applicable policy justifies it.
Common causes
- A temporary, unspecified condition in the destination system disrupted acceptance or handling of the message during this attempt.
- The system generating the DSN reported the general X.3.0 status without a more specific code describing the mail-system problem.
Diagnostic steps
- Inspect the raw SMTP response or delivery report and confirm that the enhanced code is exactly 4.3.0 and that the basic reply is in the 4xx class.
- Correlate the response with the intended message, attempt time, and SMTP stage; retain the full response text so that detail not present in the code itself is not lost.
- Compare sending-side and, when available, destination-side logs to determine which system generated the DSN and whether it recorded a more specific temporary condition.
- Compare the results of bounded retries and stop them after success, a permanent rejection, or the configured limit is reached.
Actions by owner
Sender administrator
- Route the message to a bounded retry queue with idempotency, backoff, and jitter; retain the raw response and attempt identifier.
- Group repeated 4.3.0 results by destination system and time, and after the limit is exhausted give the attempt data to the recipient administrator or applicable provider.
Recipient administrator
- Inspect the destination system's state and logs for the specified time and attempt, then correct the temporary condition if it can be identified.
- After remediation, confirm that messages are accepted; when the system knows a more specific status, preserve it in the response instead of replacing it with general 4.3.0.
Provider
- If you operate infrastructure involved in this attempt, retain the full SMTP response and inspect service logs for the specified time and destination system.
- Correct a confirmed temporary condition or provide administrators with any available, more specific status; do not suppress the recipient solely because of 4.3.0.
Verified provider examples
Verified provider examples for 4.3.0 appear below, from Rackspace Email. They show real provider practice for this response and do not redefine the standard 4.3.0 meaning or cover every occurrence.
Exact SMTP response
451 4.3.0 <user@domain.com>: Temporary lookup failureExact SMTP response
451 4.3.0 <servername[xx.xx.xx.xx]>: Client host rejected: Throttled - Too much spam from your mail server. Try again later.Sources and verification
The X.3.0 meaning and concrete class assignment were verified against the IANA registry and RFC 2034, RFC 3463, and RFC 5248 as of July 17, 2026. The guidance on retries, suppression, diagnostics, and owner actions is operational; it does not come from those standards sources and, because no accepted example exists, does not describe confirmed provider practice.
- iana-smtp-enhanced-status-codesT0 source
Enumerated Status Codes / X.3.0
- rfc5248T0 source
Section 2.1: registry fields and non-exclusive Associated Basic Status Code
- rfc2034T0 source
Section 4: enhanced status class agrees with SMTP reply class
- rfc3463T0 source
IANA registry reference for X.3.0
- ext-src-rackspace-4-3-0-01T1 source
docs.rackspace.com/docs/common-email-bounces > 'SMTP error' table, row 'Temporary lookup failure'
- ext-src-rackspace-4-3-0-02T1 source
docs.rackspace.com/docs/common-email-bounces > 'SMTP error' table, row 'Throttled - Too much spam'
Last verified:

