MailFixIt

Microsoft DANE transport error

Fix Outlook 5.7.323 DANE/TLSA validation failure

Microsoft uses 5.7.323 when the destination domain's DNSSEC-authenticated TLSA data does not validate the SMTP certificate. Coordinate DNSSEC, TLSA, and certificate deployment as one change.

Problem description

The NDR reports:

550 5.7.323 tlsa-invalid: The domain failed DANE validation.
Diagnostic availability: the current MailFixIt checker does not validate DNSSEC chains, TLSA associations, or live SMTP certificates. This is manual guidance.
Is this temporary or permanent?

The delivery fails permanently while authenticated TLSA and the presented certificate disagree.

Probable causes

Safe resolution

  1. Validate the DNSSEC chain and read authentic TLSA records.
  2. Inspect the certificate presented by every MX endpoint.
  3. Calculate the configured TLSA association against that certificate/key.
  4. Roll certificate and TLSA changes in the correct overlap sequence.
  5. Retest DNSSEC and SMTP before new delivery.

Frequently asked questions

What does Microsoft 5.7.323 mean?

DANE validation failed because the authentic TLSA data and presented SMTP certificate did not produce a valid result.

Can I simply delete the TLSA record?

Only as an intentionally reviewed change to the domain's transport policy. First determine whether the certificate or TLSA deployment is stale or wrong.

Does MailFixIt validate DANE?

No. The current checker does not perform DNSSEC-authenticated TLSA and live SMTP certificate validation.

Related email diagnostics

Primary sources: Microsoft Exchange Online NDR reference and RFC 7672 SMTP Security via DANE.