problem with pop mail

herria

New member
Joined
Sep 29, 2010
Messages
4
Problem with outlook Express always gives me error.

Falló la conexión con el servidor. Cuenta: '[email protected]', Servidor: 'mail.formatpc.org', Protocolo: POP3, Puerto: 110, Seguridad (SSL): No, Error de socket: 10061, Número de error: 0x800CCC0E


Greetings
 
Looks like you can't connect trough port 110. You need to find out if it's because your server not accepting connections on this port or if its your workstation not being able to.

On your server, try
Code:
telnet localhost 110
 
the answer of telnet:

[root@ns1 ~]# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Dovecot DA ready.
 
Back
Top