MTA-STSTLS for email transportmade mandatory
MTA-STS publishes a policy that obliges sending mail servers to deliver only over an encrypted connection. If encryption is missing or the certificate does not match, the message is held back instead of being delivered in plain text.
version: STSv1 mode: enforce mx: *.mail.example.de max_age: 604800
MTA-STS is the pragmatic path to enforced transport encryption. It works without DNSSEC and enjoys broad support, closing the gap left by opportunistic STARTTLS for nearly every sender.
Most email is already transmitted with encryption, yet that protection is voluntary. An attacker can strip the encryption in transit without anyone noticing. MTA-STS turns the recommendation into an obligation. Anyone contacting the domain must honor the published policy.
What MTA-STS delivers
MTA-STS combines a DNS record with a policy file served over HTTPS. Sending servers read the policy and apply it to every delivery.
Encryption becomes mandatory
The policy requires delivery over TLS only. Unencrypted connections are rejected.
The certificate is verified
The sending server checks whether the certificate matches the expected domain and was issued by a trusted authority.
Protection against downgrade
If an attacker tries to strip the TLS negotiation, the policy takes effect and delivery is stopped.
The three operating modes of MTA-STS
The mode determines how strictly sending servers apply the policy. The transition happens step by step.
noneThe policy is published but not active. This mode is used to withdraw an existing policy in a controlled way.
testingViolations are reported but not enforced. Together with TLS-RPT this creates a complete picture before you switch to enforcement.
enforceThe policy is binding. Messages are delivered only with encryption and a valid certificate, otherwise they are held back.
How the policy takes effect
Three steps from the DNS hint to enforced encryption.
Read the DNS hint
A TXT record under the domain signals that an MTA-STS policy exists and states its version.
Fetch the policy over HTTPS
The sending server loads the policy file from a dedicated subdomain over a secured HTTPS connection.
Apply the policy
Delivery requires the listed mail servers, a valid TLS connection, and a matching certificate. Otherwise the message is held back.
MTA-STS and TLS-RPT belong together
In testing mode and during ongoing operation, TLS-RPT provides reports on failed connections. This shows whether the policy is working or whether a recipient is reporting problems, before any messages are lost.
More on TLS-RPTMTA-STS or DANE?
MTA-STS is easier to implement and works without DNSSEC. DANE is cryptographically more robust and mandatory under BSI TR-03108. The two do not exclude each other and together cover all senders.
DANE and TLSA in detailMTA-STS managed by Conbool MailGuard
The policy is operated, monitored, and updated centrally and securely, without touching your existing mailbox service.
Policy and subdomain provided
The DNS hint and the policy file served over HTTPS are provided and maintained entirely by Conbool.
Guided rollout
The path from testing to enforce is supported, so that no legitimate message is lost because a policy was switched to enforcement too early.
Certificate always valid
The certificate of the policy subdomain is renewed automatically, so the policy stays reachable without interruption.
Works with TLS-RPT
Reports on transport errors are analyzed and presented in a clear form.
Compatible with Microsoft 365 and Google
MTA-STS works independently of the mailbox service and protects inbound deliveries to the protected domains.
Frequently asked questions about MTA-STS
What does MTA-STS mean?
Does MTA-STS require DNSSEC?
What is the difference between testing and enforce?
Can MTA-STS block legitimate email?
Does MTA-STS act on inbound or outbound mail?
Does MTA-STS replace the standard encryption STARTTLS?
How can the status of MTA-STS be checked?
More building blocks of transport security
DANE and TLSA
Cryptographically anchored certificate binding, mandatory under BSI TR-03108.
TLS-RPT
Reports on transport errors as a prerequisite for a safe rollout.
Directory harvesting protection
Defense against attacks that harvest valid email addresses at the server.
MailGuard
The email security gateway that bundles all transport and content protection functions.
Make TLS encryption mandatory
The free mail check shows whether MTA-STS, the certificate, and the transport encryption of your own domain are working correctly.