DESCARGAR EL CORREO HOTMAIL A EVOLUTION O A OTRA APLICACION DE CORREO
Como sabemos el correo hotmail no nos da opcion de tener correo imap o smtp. Para eso tendremos que meternos en nuestro terminal de Linux. Como root tendremos que escribrir lo sigiente, sin la almoadilla:
# apt-get install hotway hotsmt
Ahora tendremos que modificar el archivo inet.d:
# vi /etc/inet.conf
Ahora en dentro del archivo tendremos que poner como comentario (con # al principio de la linea) la linea donde ponga: pop3 stream tcp nowait nobody /usr/sbin/tcpd /usr/bin/hotwayd
Despues tendremos que agregar al archivo las siguientes lineas:
1100 stream tcp nowait nobody /usr/sbin/tcpd /usr/bin/hotwayd
2500 stream tcp nowait nobody /usr/sbin/tcpd /usr/bin/hotsmtpd
Cuando escribamos estas lineas y guardemos el archivo, reiniciaremos el inetd:
# /etc/init.d/inet.d restart
Para probar si el invento se ha echo bien, tendremos que hacer lo siguiente, primero el pop:
# telnet localhost 1100
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK POP3 hotwayd v0.8.2 -> The POP3-HTTPMail Gateway. Server on mariodebian.djmi r.no-ip.com active.
quit (Tenemos que escribirlo)
+OK see you later!
Connection closed by foreign host.
Si sale esto estara bien, ahora probamos el smtp:
# telnet localhost 2500
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 mariodebian.djmir.no-ip.com SMTP hotsmtpd v0.8.2. ESMTP-HTTPMail Gateway bas ed on hotwayd.
quit (lo escribimos otra vez)
221 Service closing transmission channel
Connection closed by foreign host.
Si sale todo bien, ya solo falta configurar la aplicacion de correo, con estos datos:
Par recibir el correo:
Tipo: POP
Servidor: localhost:1100
Usuario: xxxxxxx@hotmail.com
Envío del correo:
Tipo: SMTP
Servidor: localhost:2500
Usuario: xxxxxxx@hotmail.com


Meneame
del.icio.us