From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/glossary/smtp/index.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 files/ko/glossary/smtp/index.html (limited to 'files/ko/glossary/smtp/index.html') 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 +--- +

SMTP(Simple Mail Transfer Protocol)는 새로운 이메일을 전송할 때 사용하는 {{glossary("protocol", "프로토콜")}}입니다. {{glossary("POP3")}}나 {{glossary("NNTP")}}처럼, SMTP도 {{glossary("state machine", "상태 기계")}} 기반 프로토콜입니다.

+ +

SMTP는 상대적으로 직관적입니다. 복잡함을 유발하는 주요 원인은 다양한 인증 방법(GSSAPI, CRAM-MD5, NTLM, MSN, AUTH LOGIN, AUTH PLAIN...) 지원, 오류 응답 처리, 인증 실패(서버에서 어떤 방법을 지원한다고 주장했으나 사실 아닐 때 등) 시 처리 등입니다.

+ + -- cgit v1.2.3-54-g00ecf