PRIMER PASO:INSTALAMOS EL PROGRAMA DOVECOP
apt-get install dovecot-pop3d
SEGUNDO PASO:AÑADIMOS AL ARCHIVO /etc/dovecot/dovecot.conf LA LÍNEA mail_location = mbox:~/mail:INBOX=/var/mail/%u
sudo gedit /etc/dovecot/dovecot.conf
TERCER PASO:REALIZAMOS LAS PRUEBAS OPORTUNAS PARA CONFIRMAR QUE EL SERVICIO FUNCIONA CORRECTAMENTE
Root@A202P00:/home/dinux# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Dovecot ready.
USER pepe
+OK
PASS pepe
+OK Logged in.
LIST
+OK 15 messages:
1 419
2 419
3 419
4 419
5 419
6 419
7 419
8 419
9 419
10 419
11 419
12 419
13 419
14 419
15 419
NOTA:
Si te da el siguiente error:
-ERR [IN-USE] Internal error occurred. Refer to server log for more information.
Connection closed by foreign host.
Puede ser porque no existan correos para ese usuario