Varun Varma writes on 11/1/2003 3:39 AM:

If you are interested in just protecting the password then simply see if the providers support APOP. AFAIK, softhome doesn't.

STLS (starttls for pop3) is better .. (like below)


[EMAIL PROTECTED] 18:09:19 [~]$ telnet pop.softhome.net 110
Trying 66.54.152.8...
Connected to pop.softhome.net.
Escape character is '^]'.
+OK Hello there.
CAPA
+OK Here's what I can do:
SASL LOGIN
TOP
USER
LOGIN-DELAY 600
PIPELINING
UIDL
IMPLEMENTATION Courier Mail Server
.
quit
+OK Better luck next time.
Connection closed by foreign host.

a server that does TLS -

[EMAIL PROTECTED] 18:09:49 [~]$ telnet localhost 110
Trying ::1...
Connected to localhost.hserus.net.
Escape character is '^]'.
+OK Hello there.
CAPA
+OK Here's what I can do:
STLS
TOP
USER
LOGIN-DELAY 10
PIPELINING
UIDL
IMPLEMENTATION Courier Mail Server
.
quit
+OK Better luck next time.
Connection closed by foreign host.



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to