MTA-STS(メール転送エージェント厳密トランスポートセキュリティ)
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/mta-sts/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/mta-sts/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/mta-sts/)
Use the native HTML custom element.
MTA-STS(RFC 8461)は、メールドメインが自社のメールサーバーへの受信SMTP接続にTLSを使用し、有効な[[ssl-tls|証明書]]を提示するよう要求するポリシーを宣言できるメカニズムです。ポリシーはHTTPSで提供されるポリシーファイルを指すDNS TXTレコードで公開され、MTA-STSをサポートする送信メールサーバーはメール配信前にポリシーを取得してキャッシュします。MTA-STSは機会的TLSダウングレード攻撃を防ぎ、[[dnssec|DNSSEC]]を必要としない代替手段として[[dane|DANE]]を補完します。[[dmarc|DMARC]]や[[spf-record|SPF]]とともにMTA-STSを実装することで、メールセキュリティが大幅に強化されます。
使用例
Google publishes an MTA-STS policy for gmail.com; external mail servers that support MTA-STS will refuse to deliver email to Gmail over a plaintext or self-signed TLS connection.