diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
commit | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch) | |
tree | 0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/glossary/smtp/index.html | |
parent | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff) | |
download | translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2 translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip |
initial commit
Diffstat (limited to 'files/es/glossary/smtp/index.html')
-rw-r--r-- | files/es/glossary/smtp/index.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/files/es/glossary/smtp/index.html b/files/es/glossary/smtp/index.html new file mode 100644 index 0000000000..3a3591cd0e --- /dev/null +++ b/files/es/glossary/smtp/index.html @@ -0,0 +1,33 @@ +--- +title: SMTP +slug: Glossary/SMTP +tags: + - Colaboración + - Compartiendo + - Glosario + - Infraestructura + - Principiante +translation_of: Glossary/SMTP +--- +<p><strong>SMTP</strong> (Protocolo de Transferencia de Correo Simple por sus siglas en inglés) es un <a href="/es/docs/Glossary/Protocol">protocolo</a> utilizado para enviar un nuevo correo. Como <a href="/es/docs/Glossary/POP">POP3</a> y <a href="/es/docs/Glossary/NNTP">NNTP</a>, es un protocolo dirigido por <a href="/es/docs/Glossary/State_machine">estado de máquina</a>.</p> + +<p>El protocolo es relativamente simple. Las complicaciones principales incluyen soportar varios mecanismos de autenticación (<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, etc.), manejo de respuestas de error, y retroceder cuando los mecanismos de autenticación fallan (p. ej., el servidor asegura que soporta un mecanismo, pero no).</p> + +<section class="Quick_links" id="Quick_Links"> +<ol> + <li><a href="/es/docs/Glossary">Glosario</a> + + <ol> + <li><a href="/es/docs/Glossary/NNTP">NNTP</a></li> + <li><a href="/es/docs/Glossary/POP">POP3</a></li> + <li><a href="/es/docs/Glossary/Protocol">protocolo</a></li> + <li><a href="/es/docs/Glossary/State_machine">estado de máquina</a></li> + </ol> + </li> + <li>Artículos de Wikipedia + <ol> + <li><a href="https://es.wikipedia.org/wiki/Protocolo_para_transferencia_simple_de_correo">SMTP</a></li> + </ol> + </li> +</ol> +</section> |