SMTP
SMTP 449 is a non-standard Exchange routing error. A broken connector or deleted routing group is the usual cause. Correct the connector config to fix it.
Updated Jul 1, 2026
The short answer
"449" is not a standard SMTP reply code — it is a Microsoft Exchange Server routing error reported in NDRs, mapping to the RFC 3463 "4.4.x" (network/routing) class. It means Exchange could not route the message, usually because the recipient belonged to a deleted routing group or an SMTP connector was set to use DNS without a smart host on a non-SMTP address space. Fix it by correcting the connector and routing-group configuration.
First, an important clarification: 449 is not a standard SMTP reply code. RFC 5321 defines the SMTP reply codes a server sends on the wire (such as 421, 450, 451, 452, and the 5xx permanent failures), and 449 is not among them. Instead, "449 4.4.x" is a routing error generated internally by Microsoft Exchange Server and surfaced in a non-delivery report (NDR). The 4.4.x portion is an RFC 3463 enhanced status code in the network and routing class, and the leading 4 means the failure is treated as transient.
In practice you will see it on legacy on-premises Exchange (Exchange 2000/2003), which used routing groups and link state routing. Exchange Server 2007 replaced routing groups and link-state routing with Active Directory site-topology routing — Exchange 2007 Hub Transport servers no longer consult the link-state table for their own routing decisions, and the only routing-group object that can still exist in a 2007 organization is a single "legacy routing group" used purely as a coexistence bridge back to an Exchange 2003 organization. So a literal "449" is a legacy NDR artifact not seen on Exchange 2007 or later, or on Exchange Online — a routing failure on those versions is instead reported under codes like 451 4.4.0 (DNS query failed).
Microsoft and Exchange administration references attribute the 449 routing error to two main conditions:
Related contributors are DNS resolution problems (the address space can't be resolved to a next hop) and connector or transport policies that block or misdirect mail.
nslookup -q=mx domain.com). On modern Exchange, a routing/queue stall typically shows as 451 4.4.0 DNS query failed — fix the DNS settings on the Send connector or server.With Courier
References
FAQ
Not as a standard SMTP reply code. RFC 5321 does not define 449 as a wire reply code. It is a Microsoft Exchange Server routing error reported in NDRs, associated with the RFC 3463 4.4.x (network/routing) enhanced-status class.
One API, every provider
Courier connects to your email, SMS, and push providers, handles retries and failover, and surfaces delivery errors in plain language.
Reply-code definitions per RFC 3463 (class 4.4.x); not a standard RFC 5321 reply code. Last reviewed Jul 1, 2026. Courier is not affiliated with third-party providers; error behavior may vary by implementation.
© 2026 Courier. All rights reserved.