Pages

martedì 5 agosto 2008

HOTM@IL con evolution

Apriamo la console e logghiamoci come root:

Installiamo il demone inet daemon

Code:

sudo apt-get install inetutils-inetd

Code:

sudo apt-get install hotway hotsmtp

Modifichiamolo con l editor di testo:

Code:

sudo gedit /etc/inetd.conf

Da cosi:

Code:

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

a:

Code:

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

Aggiungendo -r alla fine, poi nella riga sotto incolliamo:

Code:

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

Molto bene, riavviamo il demone scrivendo in console:

Code:

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

vedremmo scritto in console:

Code:

* Restarting internet superserver inetd [ ok ]

Modifichiamo l account di evolution in:

Email Address: xxx@hotmail.com (xxx il vostro account name)
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)