While having SSL/TLS support in pop3browser would be nice, you can also
use stunnel4 to access POP3 over TLS.

Install package stunnel4, and add this to the end of
/etc/stunnel/stunnel.conf:

----snip--------

[pop3s]
accept=localhost:9998
connect=my.pop3mailserver.com:995
sslVersion = SSLv3

----snip--------

Then uses pop3browser to connect to localhost:9998 (username + password
as usual).

Voila, POP3 over TLS.

Note that for secure operation you need to set 

  verify=2

and

  CApath = /etc/ssl/certs

then install package ca-certificates, and run "update-ca-certificates"
to activate it. Then TLS certificate validation should work. If you do
not set verify=2, stunnel4 will be vulnerable to man-in-the-middle
attacks.

S.Leske



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to