aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/smtp
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
commitda78a9e329e272dedb2400b79a3bdeebff387d47 (patch)
treee6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/glossary/smtp
parent1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff)
downloadtranslated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip
initial commit
Diffstat (limited to 'files/ko/glossary/smtp')
-rw-r--r--files/ko/glossary/smtp/index.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/files/ko/glossary/smtp/index.html b/files/ko/glossary/smtp/index.html
new file mode 100644
index 0000000000..f38e300389
--- /dev/null
+++ b/files/ko/glossary/smtp/index.html
@@ -0,0 +1,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>