Recommended DNS Records (TLSRPT, MTA-STS)
Optional but recommended DNS records for extra security and reporting.
Article details
Type, difficulty, plans, and last updated info.
▼
Article details
Type, difficulty, plans, and last updated info.
- Type
- Reference
- Difficulty
- Beginner
- Plans
- Starter · Pro · Agency
- Last updated
- Sep 9, 2026
While MX, SPF, DKIM, and DMARC support the basic mail flow, TrekMail can also show TLS-RPT and MTA-STS records for domains that receive mail here. These records help with encrypted delivery and reporting. They are not needed to start basic mail flow.
Who this is for
- Admins who want the highest security score.
- Users seeing "Active (Warnings)" on their domain.
The Recommended Records
You will find these in the DNS & Health tab under the Deliverability section.
| Record | Type | Term | Purpose |
|---|---|---|---|
| TLSRPT | TXT | TLS Reporting | Asks other servers to report connection issues to us. |
| MTA-STS Policy | TXT | Mail Transfer Agent Strict Transport Security | Announces that you support strict encryption. |
| MTA-STS Host | CNAME | (The hosted policy file) | Points to the file that enforces encryption rules. |
1. TLS Reporting (TLSRPT)
Host: _smtp._tls
Value: v=TLSRPTv1; rua=mailto:tlsrpt@trekmail.net
This record tells other mail systems where to send reports if they have trouble connecting securely to your domain. Copy the reporting address shown in your dashboard if your account uses a branded mail zone.
2. MTA-STS (Strict Transport Security)
MTA-STS typically requires setting up a web server to host a policy file. TrekMail handles this for you via a CNAME record. You need two records for this to work:
The Policy ID (TXT)
Host: _mta-sts
Value: Copy the exact v=STSv1; id=... value shown in your dashboard.
This tells other mail systems that a policy exists and identifies its current version.
The Policy Host (CNAME)
Host: mta-sts
Value: mta-sts.trekmail.net.
This points the subdomain mta-sts.yourdomain.com to our servers, where we serve the required HTTPS policy file automatically.
[!NOTE] Provisioning: After the DNS records are visible and the domain is active, TrekMail can provision the MTA-STS endpoint. The dashboard shows the current status. Do not rely on a fixed completion time.
MTA-STS Status States
After adding your DNS records, TrekMail automatically provisions your MTA-STS certificate. You may see one of these statuses:
| Status | Meaning | Action |
|---|---|---|
| Pending | Waiting for DNS verification | Add the CNAME and TXT records shown in your dashboard |
| Provisioning | Certificate being issued | Wait for the dashboard status; this step is automatic |
| Active | Fully operational | None needed - strict TLS is enabled |
| Blocked (DNS) | Missing CNAME record | Add mta-sts CNAME pointing to mta-sts.trekmail.net |
| Blocked (Cloudflare) | Cloudflare proxy interfering | Set mta-sts record to "DNS only" (grey cloud) |
| Degraded | Endpoint unreachable | Check DNS hasn't changed; see troubleshooting below |
Common mistakes & quick fixes
-
Symptom: Domain is "Active (Warnings)".
- Cause: One or more of these recommended records is missing.
- Fix: Add them to your DNS if you want stricter inbound transport security and reports about TLS failures. They are not required for basic mail flow and are not a direct inbox-placement boost.
-
Symptom: MTA-STS shows "Blocked (DNS)".
- Cause: The
mta-stsCNAME record is missing.
- Cause: The
-
Fix: Add the CNAME shown in the dashboard: Host =
mta-sts, Value =mta-sts.trekmail.net. -
Symptom: MTA-STS shows "Blocked (Cloudflare)".
- Cause: Cloudflare is proxying the
mta-stssubdomain (orange cloud icon). - Fix: In Cloudflare DNS settings, click the orange cloud icon on the
mta-stsCNAME to toggle it to "DNS only" (grey cloud). Only this subdomain needs to be unproxied; your main domain can stay proxied.
- Cause: Cloudflare is proxying the
-
Symptom: MTA-STS shows "Degraded".
- Cause: The endpoint was working but became unreachable.
- Fix: Check that (1) the CNAME still points to
mta-sts.trekmail.net, (2) Cloudflare proxy is disabled for this subdomain, and (3) there are no firewall rules blocking access.
-
Symptom: CNAME Conflict on
mta-sts.- Cause: You might have an old CNAME or A record for
mta-sts. - Fix: Delete the old record and replace it with the one pointing to
mta-sts.trekmail.net.
- Cause: You might have an old CNAME or A record for
-
Symptom: TXT Hostname confusion.
- Tip: Ensure your DNS provider doesn't require the full domain. Usually
_mta-stsis enough. If you type_mta-sts.example.com, some providers might create_mta-sts.example.com.example.com.
- Tip: Ensure your DNS provider doesn't require the full domain. Usually
Related articles
Jump to nearby guides that continue the workflow.