Page contents
TLS-RPT setup overview:

Sendmarc manages TLS-RPT through DNS delegation. You publish the required CNAME record in your DNS, and Sendmarc hosts the underlying TLS-RPT value.
TLS-RPT gives domain owners visibility into SMTP TLS issues that can affect secure email delivery. It helps email administrators, DNS teams, and security leaders identify transport failures and investigate delivery problems.
That visibility matters because transport security issues aren’t always obvious. A certificate problem, policy mismatch, or DNS error can disrupt secure delivery without making the root cause clear. TLS-RPT helps close that gap by giving teams reports on TLS-related delivery failures.
In practice, TLS-RPT helps teams:
TLS-RPT is commonly used alongside MTA-STS. MTA-STS helps define how receiving servers should handle secure SMTP delivery, while TLS-RPT provides the reporting that helps your team understand TLS-related issues.
Start by getting the Sendmarc-provided values for your domain.
Sendmarc provides the unique value your team needs to create the TLS-RPT record.
Publish the TLS-RPT record in your DNS using the Sendmarc-provided value.
Use the following pattern:
| Host | Type | Value |
|---|---|---|
_smtp._tls | CNAME | example.com._smtp._tls.sdmarc.net. |
The hostname must be published exactly as _smtp._tls. The record type must be CNAME. The value must match the delegated value provided by Sendmarc.
This is the key part of the TLS-RPT setup. Your DNS publishes the CNAME, and Sendmarc hosts the underlying TLS-RPT value.
The TLS-RPT policy should include the v=TLSRPTv1 tag, followed by the rua reporting URI tag.
For example:
v=TLSRPTv1; rua=mailto:reports@example.com
After publishing the CNAME record, allow time for DNS propagation.
Propagation times vary by server and TTL settings, but your team should wait 24-48 hours before treating the update as complete.
Once the record has propagated, use Sendmarc’s TLS Record Checker to verify that your TLS-RPT record is live and correctly configured.
TLS-RPT should be part of a broader email security strategy.
Teams setting up TLS-RPT often need support with related controls, especially when they want stronger transport security, better sender authentication, and more control over DNS-based records.
Sendmarc helps publish and maintain MTA-STS policies to support stronger transport security and reduce manual record management.
Sendmarc helps improve visibility into domain spoofing, support policy rollout, and move toward stronger DMARC enforcement over time.
Sendmarc supports SPF and DKIM management to help strengthen sender authentication and reduce the risk of misconfiguration.
For supported records, centralized DNS delegation reduces manual changes and helps lower the risk of typos and publishing mistakes.
Sendmarc supports TLS-RPT setup through DNS delegation. Your team publishes the required _smtp._tls record as a CNAME in your DNS, and Sendmarc hosts the underlying TLS-RPT value.
The DNS record you need for TLS-RPT is a CNAME record published at _smtp._tls.
Example:
| Host | Type | Value |
|---|---|---|
_smtp._tls | CNAME | example.com._smtp._tls.sdmarc.net. |
Where you publish the TLS-RPT record is in your own DNS at _smtp._tls. With Sendmarc, your team creates the CNAME record in your DNS, and Sendmarc hosts the underlying TLS-RPT value.
How long TLS-RPT takes to work depends on your server and TTL settings. In most cases, your team should allow 24 to 48 hours for DNS propagation before testing the record.
How you check if your TLS-RPT record is working is by using Sendmarc’s TLS Record Checker after DNS propagation. This helps confirm that the record is live.
TLS-RPT doesn’t directly improve email authentication. TLS-RPT gives visibility into transport delivery issues. Controls such as SPF, DKIM, and DMARC are used to strengthen sender authentication.
Whether you need MTA-STS as well depends on your transport security goals. TLS-RPT provides reporting and visibility into TLS-related issues, while MTA-STS helps support a stronger transport security policy. They are commonly implemented together.
What else you should set up alongside TLS-RPT usually includes MTA-STS. Many teams also review DMARC, SPF, and DKIM at the same time to strengthen overall email security and reduce configuration gaps.