whathaveidone
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

whathaveidone

Linux, Bioquimica, Jantaradas, Profissionalismo e um cafezinho
 
InícioProcurarÚltimas imagensRegistarEntrar

 

 Hotmail in Evolution

Ir para baixo 
AutorMensagem
CHaMaN
Cafézinho
avatar


Mensagens : 3
Data de inscrição : 19/11/2007

Hotmail in Evolution Empty
MensagemAssunto: Hotmail in Evolution   Hotmail in Evolution Icon_minitimeQui Nov 29, 2007 10:33 am

Aqui fica o how to que usei para configurar o gestor de e-mail evolution com a minha conta de hotmail.
Atenção, apenas funciona para contas hotmail antigas.
Experimenta Smile

HOWTO: Send and Receive Hotmail through Evolution
Okay everyone, after digging around in these forums and googling like I've never googled before, I figured out how to send and receive e-mail through hotmail using Evolution. I'm throwing together a rough HOWTO for others. If things need more clarification, let me know and I'll update it.

First, make sure your system is up to date. Open up a terminal and type:

Code:

sudo apt-get update

Now, install the inet daemon

Code:

sudo apt-get install inetutils-inetd

This takes care of all of our dependencies. Now on to the good stuff...

Code:

sudo apt-get install hotway hotsmtp

This will install hotway, which allows you to read hotmail e-mails by simulating a POP3 server, and hotsmtpd, which allows you to send e-mail through hotmail using SMTP. By default, however, only hotway gets installed properly to your inet daemon, so let's fix this.

Code:

sudo gedit /etc/inetd.conf

Look for a line like this:

Code:

pop3 stream tcp nowait nobody /usr/sbin/tcpd /usr/bin/hotwayd

By default, hotway leaves a copy of each message it downloads on the server. I prefer it this way, so I can read my e-mail at other locations, but if you don't feel like filling up your hotmail box, change the line to add "-r" to the end, like this:

Code:

pop3 stream tcp nowait nobody /usr/sbin/tcpd /usr/bin/hotwayd -r

And we also need to add a line to get hotsmtpd working, just paste this at the bottom:

Code:

2500 stream tcp nowait nobody /usr/sbin/tcpd /usr/bin/hotsmtpd

This will set the inet daemon to listen to incoming calls on port 2500, and forward the connection to the hotsmtp daemon. Now, save your file, exit gedit, and restart your inetd server:

Code:

sudo /etc/init.d/inetutils-inetd restart

If everything is working properly, you'll see this pop up on your screen:

Code:

* Restarting internet superserver inetd [ ok ]

Now, close out of your terminal and start up Evolution. It may pop up the first-time use wizard, you can use that if you like. Or, you may have to go to Edit->Preferences and hit the Mail Accounts button on the left. However you choose to do it, here's your information:

Email Address: xxx@hotmail.com (fill in your normal e-mail address that you use to login to hotmail)

Receive Server type: POP
Server: 127.0.0.1
Username: xxx@hotmail.com (same as above)
Security: No encryption
Authentication type: Password
(Remember password checkbox is up to you)

Send Server type: SMTP
Server: 127.0.0.1:2500
[X] Server requires authentication (check this box)
Use Secure Connection: No encryption
Authentication Type: PLAIN
Username: xxx@hotmail.com (same as above)
(Optional Remember password checkbox)
__________________
Last edited by Indras : July 8th, 2006 at 12:43 AM.
Ir para o topo Ir para baixo
 
Hotmail in Evolution
Ir para o topo 
Página 1 de 1

Permissões neste sub-fórumNão podes responder a tópicos
whathaveidone :: Informática :: GNU/Linux :: Tutoriais e HowTos-
Ir para: