Error code

550 5.7.1 — Sender mismatch

address of sender is not the authenticated account or is not authorized to send.

View my favorites

550 5.7.1 —20er mismatch

Field: SMTPPriority: High

What does this error mean?

address of sender is not the authenticated account or is not authorized to send.

Probable causes

  • Field From different from SMTP account
  • Alias without right of shipping
  • Anti-USURPATION POLICY

Verification and resolution

  1. Align the From address with SMTP account
  2. Add rights Send as
  3. Check the mail provider’s rules
Precaution: Do not bypass this protection with a falsified address.

← Return to error codes

Operational context

A 550 5.7.1 sender-mismatch rejection usually means the authenticated identity is not allowed to submit as the address in the message From or envelope sender. Validate mailbox aliases, Send As/Send on Behalf rights and application sender configuration.

Step-by-step checks

  1. Compare the authenticated SMTP account, envelope MAIL FROM and visible From header; document every identity instead of assuming they are the same.
  2. Verify the sender address exists as the intended mailbox/shared mailbox/alias and that the authenticating principal has the required Send As or equivalent permission.
  3. Check whether the application rewrites the sender, bounce/return-path or display address and whether the relay connector imposes an allowed-sender restriction.
  4. After any permission change, allow for directory/transport propagation and retest with a minimal message using the exact production sender identity.

Useful verification commands

Use commands only on systems you administer and capture the read-only output before making a configuration change.

Get-EXORecipient sender@example.com | Format-List DisplayName,PrimarySmtpAddress,EmailAddresses,RecipientTypeDetails
Get-RecipientPermission sender@example.com

How to validate the result

A controlled message must be accepted with the intended authenticated identity and From/envelope sender, and the received headers must show the expected sender without relay rewriting.

Evidence to keep

Keep authenticated account, MAIL FROM, From header, mailbox/alias ownership, delegated-send permissions, SMTP response and a successful message trace/header sample.

Frequently asked question

Can SMTP authentication succeed but sending still fail with 550 5.7.1?

Yes. Authentication proves who the client is; authorization separately determines which sender identities that account may use.

Related BAOI resources: IT tools · procedures · IT dictionary.

♡ 0