Apos o anti-spam ser instalado eu tinha que testa-lo, via comandos basicos mesmo.
msx@homolog:~$ telnet 10.0.1.2 110
Trying 10.0.1.2...
Connected to 10.0.1.2.
Escape character is '^]'.
+OK The Microsoft Exchange POP3 service is ready.
USER teste@msx
User error: Command is not valid in this state.
Entao depois de googlando um pouco descobri que tem que setar para o login ser modo texto e nao criptografado.
Acessei o Exchange, executei o Exchange Manegemt Shell e executei o seguinte comando:
Set-PopSettings -LoginType PlainTextLogin
Reiniciei o Exchange 2007 POP service
e eu ja pude testar em texto plano.
msx@homolog:~$ telnet 10.0.1.2 110
Trying 10.0.1.2...
Connected to 10.0.1.2.
Escape character is '^]'.
+OK The Microsoft Exchange POP3 service is ready.
user teste@msx
+OK
pass xxxxxxxx
+OK User successfully logged on.
list
+OK 1 483
1 483
.
Feito.
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.