Richard,

You can use stunnel for both imaps and pop3s. I have mine set to the following, for securer IMAP:

stunnel -p ./mail.pem -S 0 -t 3600 -d imaps -r localhost:imap -s ssl -g ssl

and for secure POP3:

stunnel -p ./mail.pem -S 0 -d pop3s -r localhost:pop3 -s ssl -g ssl

You can find info at http://www.stunnel.org all about stunnel. I used http://www.junkcert.com to generate the certs I used.

Cheers,
Blake

Richard Houston wrote:

...
Can I add imaps and pop2s to the wish list and I strongly support the
documentation line item as well.
Thanks

Rich


Reply via email to