1 / 13

SMTP

SMTP. Simple Mail Transfer Protocol. Apresentação. O que é SMTP? O Modelo SMTP Comandos SMTP Considerações Finais. O que é SMTP?. Protocolo de Aplicação (RFC 821) Baseado em texto (ASCII) IPCEs: TCP, NCP, NITS e X.25 Transferência de Correios Eletrônicos. Modelo SMTP. Modelo SMTP.

garran
Download Presentation

SMTP

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SMTP Simple Mail Transfer Protocol

  2. Apresentação • O que é SMTP? • O Modelo SMTP • Comandos SMTP • Considerações Finais

  3. O que é SMTP? • Protocolo de Aplicação (RFC 821) • Baseado em texto (ASCII) • IPCEs: TCP, NCP, NITS e X.25 • Transferência de Correios Eletrônicos

  4. Modelo SMTP Modelo SMTP

  5. Modelo SMTP • Sentido da Comunicação • Agente Remetente  Agente Destinatário • Comandos e respostas • Distribuição de processamento

  6. Comandos SMTP • Sintaxe rígida • Comandos baseados em texto (ASCII) e orientados a linha • Respostas para cada comando

  7. HELO QUIT MAIL RCPT DATA HELP NOOP SEND SOML SAML RSET VRFY EXPN TURN Comandos SMTP

  8. Comandos SMTP HELO HELO <espaço> <domínio-do-agente-remetente> <CRLF> QUIT QUIT <CRLF>

  9. Comandos SMTP MAIL MAIL <espaço> FROM: <caminho-reverso> <CRLF> RCPT RCPT <espaço> TO: <caminho> <CRLF> DATA DATA <CRLF>

  10. Comandos SMTP SEND SEND <espaço> FROM: <caminho-reverso> <CRLF> SOML SOML <espaço> FROM: <caminho-reverso> <CRLF> SAML SAML <espaço> FROM: <caminho-reverso> <CRLF>

  11. Comandos SMTP RSET RSET <CRLF> VRFY VRFY <CRLF> EXPN EXPN <CRLF>

  12. Comandos SMTP HELP HELP <CRLF> NOOP NOOP <CRLF> TURN TURN <CRLF>

  13. Considerações Finais • Aplicativos têm SMTP como padrão • Segurança (e-mails anônimos) • Extensões já existentes (ESMTP)

More Related