>>>>> "Syed" == Syed Khader Vali <[EMAIL PROTECTED]> writes:

    Syed> Thanks Binand. One more question I wanted to ask was that Is
    Syed> there something like a secure POP3 Server which has
    Syed> encryption inbuilt ?? I mean whatever data I send to a POP3
    Syed> server should be encrypted to and fro !! Obviously, then I
    Syed> might need a POP3 Client which supports the protocol Or am I
    Syed> on the wrong path somewhere ??  BTW when I talk to a normal
    Syed> POP3 server, is it possible for a sniffer to get the data I
    Syed> might be transferring between the client and a server (
    Syed> specifically password and all that ) Raj ??  TIA Regards -
    Syed> Khader

Go to www.openssl.org and look for a program called stunnel or
ssltunnel.  That allows you to build a SSL connection between an
SSL-enabled client and a non-SSL server.

An alternative is to run ssh with port redirection (e.g. redirect
local port 110 to port 110 of the server).  Then make localhost your
POP3 server and ssh will automatically transfer data between your
machine and the remote server with encryption.  Of course, this only
works if you have ssh and a login on the remote server.

Regards,

-- Raju

-----------------------------------------------------------------------
For information on this and other Linux India mailing lists check out
http://lists.linux-india.org/

Reply via email to