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는 공격자가 SMTP 트래픽을 가로채 암호화를 제거하는 기회적 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.