SMTP 211 System Status vs 556 Domain Does Not Accept Mail
SMTP 211 (System Status) is a 2xx Positive Completion response, while 556 (Domain Does Not Accept Mail) is a 5xx Permanent Negative response. 211 indicates that a system status reply providing information about the mail server's current state. This is typically sent in response to a HELP or system inquiry command. In contrast, 556 means that the destination domain does not accept mail and no forwarding address is available. The domain's DNS configuration (null MX record) explicitly indicates it does not receive email.
Описание
A system status reply providing information about the mail server's current state. This is typically sent in response to a HELP or system inquiry command.
Когда вы это видите
When querying the mail server for its status or capabilities. The server is sharing diagnostic or informational details about itself.
Как исправить
No fix needed — this is an informational response. If the status indicates a problem, review the server's configuration or contact the mail administrator.
Описание
The destination domain does not accept mail and no forwarding address is available. The domain's DNS configuration (null MX record) explicitly indicates it does not receive email.
Когда вы это видите
When sending to a domain that has published a null MX record (RFC 7505) in DNS, explicitly declaring that it does not accept any email messages.
Как исправить
Verify the domain's MX records — a null MX (priority 0, empty host) means the domain intentionally rejects all mail. Contact the recipient through an alternative channel.
Ключевые различия
211 is a 2xx Positive Completion response, while 556 is a 5xx Permanent Negative response.
SMTP 211: A system status reply providing information about the mail server's current state. This is typically sent in response to a HELP or system inquiry command.
SMTP 556: The destination domain does not accept mail and no forwarding address is available. The domain's DNS configuration (null MX record) explicitly indicates it does not receive email.
You encounter 211 when when querying the mail server for its status or capabilities. The server is sharing diagnostic or informational details about itself.
You encounter 556 when when sending to a domain that has published a null MX record (RFC 7505) in DNS, explicitly declaring that it does not accept any email messages.
Когда что использовать
For 211 (System Status): No fix needed — this is an informational response. If the status indicates a problem, review the server's configuration or contact the mail administrator. For 556 (Domain Does Not Accept Mail): Verify the domain's MX records — a null MX (priority 0, empty host) means the domain intentionally rejects all mail. Contact the recipient through an alternative channel.