aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/smtp/index.html
blob: f38e300389f78554e414acfd12cf192d2b05a198 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
title: SMTP
slug: Glossary/SMTP
tags:
  - Beginner
  - Glossary
  - Infrastructure
translation_of: Glossary/SMTP
---
<p><span class="seoSummary"><strong>SMTP</strong>(Simple Mail Transfer Protocol)는 새로운 이메일을 전송할 때 사용하는 {{glossary("protocol", "프로토콜")}}입니다.</span> {{glossary("POP3")}}{{glossary("NNTP")}}처럼, SMTP도 {{glossary("state machine", "상태 기계")}} 기반 프로토콜입니다.</p>

<p>SMTP는 상대적으로 직관적입니다. 복잡함을 유발하는 주요 원인은 다양한 인증 방법(<a class="external" href="http://en.wikipedia.org/wiki/Generic_Security_Services_Application_Program_Interface"><abbr title="Generic Security Services Application Program Interface">GSSAPI</abbr></a>, <a class="external" href="http://en.wikipedia.org/wiki/CRAM-MD5"><abbr title="challenge-response authentication mechanism">CRAM-MD5</abbr></a>, <a class="external" href="http://en.wikipedia.org/wiki/NTLM"><abbr title="NT LAN Manager">NTLM</abbr></a>, MSN, AUTH LOGIN, AUTH PLAIN...) 지원, 오류 응답 처리, 인증 실패(서버에서 어떤 방법을 지원한다고 주장했으나 사실 아닐 때 등) 시 처리 등입니다.</p>

<section class="Quick_links" id="Quick_Links">
<ol>
 <li><a href="/ko/docs/Glossary">용어 사전</a>

  <ol>
   <li>{{glossary("NNTP")}}</li>
   <li>{{glossary("POP3")}}</li>
   <li>{{glossary("protocol", "프로토콜")}}</li>
   <li>{{Glossary("state machine", "상태 기계")}}</li>
  </ol>
 </li>
 <li>위키백과
  <ol>
   <li>{{Interwiki("wikipedia", "SMTP")}}</li>
  </ol>
 </li>
</ol>
</section>