SMTP Code 251: User Not Local - Will Forward
SMTP Code 251 means “User Not Local - Will Forward.” The recipient is not hosted on this server, but the server will forward the message to the correct destination. The email will still be delivered, but through an intermediary relay.
251 User not local; will forward to <user@relay.example.net>
What does 251 mean?
SMTP code 251 indicates that the recipient address is not directly hosted on the receiving server, but the server knows where to forward the message and will do so automatically. This is common in organizations with multiple mail servers or mail forwarding rules.
While 251 is technically a success code, it adds an extra hop to the delivery path, which can sometimes introduce delays or affect authentication chains. If you see this code frequently, it may be worth verifying that the forwarding is intentional and that SPF/DKIM/ARC authentication is being preserved through the forwarding chain.
How 251 plays out
251: the step succeededCommon causes of 251
- Recipient mailbox is hosted on a different server within the same organization
- Mail forwarding rule is configured for the recipient address
- Legacy mail routing where a gateway server relays to internal servers
How to fix 251
- No fix required - email will be delivered via forwarding
- If authentication failures occur after forwarding, ensure ARC (Authenticated Received Chain) is implemented
- Verify the forwarding chain preserves DKIM signatures