POP3 Cheat Sheet

Pentru a verifica funcționarea serverului POP3, respectiv varianta criptată POP3S, se poate folosi următorul Cheat Sheet.

Cheat sheet:

Port POP3: 110
Port POP3S: 995
Comenzi client:
	USER nume utilizator sau adresă de mail
	PASS parolă
	STAT
	RETR numărul mesajului
Răspunsuri server:
	+OK urmat de alte informații utile dacă nu are loc nici o oroare

Iată un exemplu de conversație cu un server POP3, cu tot cu descărcarea mesajului:

# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK <1205843360.2846899088@mybox.ro> [XMail 1.25 POP3 Server] service ready; Tue, 18 Mar 2008 14:29:20 +0200
USER adresă-de-mail
+OK Password required for ovidiu@mybox.ro
PASS parolă
+OK Maildrop has 1 messages (297 bytes)
STAT
+OK 1 297
RETR 1
+OK 297 bytes
Return-Path: <ovidiu@mybox.ro>
Delivered-To: ovidiu@mybox.ro
X-AuthUser: ovidiu@mybox.ro
Received: from localhost ([127.0.0.1]:44579)
        by mybox.ro with [XMail 1.25 ESMTP Server]
        id <S7> for <ovidiu@mybox.ro> from <ovidiu@mybox.ro>;
        Tue, 18 Mar 2008 14:20:46 +0200
Subject: Test
Test.
.
QUIT
+OK [XMail 1.25 POP3 Server] closing session
Connection closed by foreign host.

Pentru POP3S se folosește comanda

telnet -z ssl localhost 995.

Enjoy ;)

TwitterFacebookLinkedInGoogle ReaderYahoo MessengerEmailGoogle GmailYahoo MailPrintShare

Related posts:

  1. SMTP Cheat Sheet
  2. HTTP/HTTPS Cheat Sheet
  3. Horde Groupware vs SMTP

Leave a Reply

Your email address will not be published. Required fields are marked *

*


eight − = 7

CommentLuv badge