SMTP reference

SMTP 5.1.1: recipient address does not exist

RFC 3463invalid_recipientaction: suppress

5.1.1 means the mailbox does not exist at the receiving domain. It is permanent. Suppress the address immediately. Continuing to send to addresses that return 5.1.1 is one of the fastest ways to damage sender reputation.

What it looks like in the log

550 5.1.1 <user@example.com>: Recipient address rejected: User unknown in virtual mailbox table
550 5.1.1 The email account that you tried to reach does not exist.
550 5.1.1 unknown or illegal alias

Why it happens

What to do

Related

5.2.1 · 4.2.2

Classifying this automatically

This response maps to invalid_recipient with a recommended action of suppress in smtpsift, an open-source classifier for SMTP rejections and deferrals.