aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/smtp/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:08 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:08 +0100
commit39f2114f9797eb51994966c6bb8ff1814c9a4da8 (patch)
tree66dbd9c921f56e440f8816ed29ac23682a1ac4ef /files/fr/glossary/smtp/index.html
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.tar.gz
translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.tar.bz2
translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.zip
unslug fr: move
Diffstat (limited to 'files/fr/glossary/smtp/index.html')
-rw-r--r--files/fr/glossary/smtp/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/files/fr/glossary/smtp/index.html b/files/fr/glossary/smtp/index.html
new file mode 100644
index 0000000000..061c1a1ce4
--- /dev/null
+++ b/files/fr/glossary/smtp/index.html
@@ -0,0 +1,22 @@
+---
+title: SMTP
+slug: Glossaire/SMTP
+tags:
+ - Collaboration
+ - Débutant
+ - Glossaire
+ - Infrastructure
+ - Partage
+translation_of: Glossary/SMTP
+---
+<p><strong>SMTP</strong> (Simple Mail Transfer Protocol) est un {{glossary("protocol","protocole")}} utilisé pour envoyer un nouveau courriel. Tout comme <a href="/fr/docs/Glossaire/POP">POP3</a> et <a href="/fr/docs/Glossaire/NNTP">NNTP</a>, il s'agit d'un protocole piloté par une {{Glossary("state machine","machine d'état")}}.</p>
+
+<p>Le protocole est relativement simple. Les principales difficultés viennent du support des divers mécanismes d'authentification (<a class="external" href="http://fr.wikipedia.org/wiki/GSS-API"><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://fr.wikipedia.org/wiki/NT_Lan_Manager"><abbr title="NT LAN Manager">NTLM</abbr></a>, MSN, AUTH LOGIN, AUTH PLAIN, etc.), de la gestion des réponses en cas d'erreurs, et de trouver un moyen de réagir en cas d'échec des mécanismes d'authentification (e.g., le serveur affirme prendre en charge un mécanisme, mais ne le fait pas en réalité).</p>
+
+<h2 id="More_Information" name="More_Information">Pour approfondir</h2>
+
+<h3 id="Culture_générale">Culture générale</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "SMTP")}} sur Wikipédia</li>
+</ul>