> The only bad part I find in ssl and ssh pop3 servers is that alot of > clients don't have the capability of utilizing encryption, and > when they do they are one of the many options ignored by the > users. Hopefully soon, everything will be encrypted from the > get go and we will live in a happier world...
Just a possibility: If you have an ssh account on that machine, you can tunnel pop over ssh, and open the 110 port on localhost. Then all your unsafe comm will be inside your machine, and ssh take care of making a secure channel between you and server. []s Rafael.