Identificando problemas no POP3 do Lotus Domino

From Wiki
Jump to navigation Jump to search

Conectando no servidor remoto de correio via Telnet

Podemos conectar remotamente no servidor para verificar se qual pode ser o problema

1) Com o programa de Telnet, faça o seguinte

Obs.: não esqueça de informar a porta 110

O resultado deve ser assim

 > telnet myserver.mydomain.com.br 110

If a connection is made, this command returns a confirmation about the server version, similar to the following:

> telnet 127.0.0.1 110
+OK Lotus Notes POP3 server version xxxx ready on domino/lotus.

    • The following command, "USER domain/ Domino User Account", returns:
>user tuser
+OK tuser, your papers please.
    • The following command, "PASS Domino_http_password", returns:
> pass password
+OK tuser has # of messages
    • The "LIST" command returns:

This information varies depending on the number of messages in the mailbox.

> list
+OK 7 messages
1 1885
2 2428
3 1262
4 680
5 1053
6 4087139
7 2312

    • To retrieve a message, type "RETR message number":
> retr 4
+OK 680 octets
From: "test user" <[email protected]>
To: <[email protected]>
Subject: Teste pop3
Date: Thu, 08 Jun 2008 11:31:25 -0500
MIME-Version: 1.0
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700
X-MIMETrack: Itemize by IMAP Server on domino/lotus(Release 5.0.10 |March 22, 2007) at 06/08/2008
01:27:21 PM, Serialize by POP3 Server on domino/lotus(Release 5.0.10 |March 22, 2007)

at

09/23/2007 12:22:11 PM,
Serialize complete at 09/23/200 12:22:11 PM
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="iso-8859-1"

Teste com email pop3

Ver também