I am currently using a perl script to pop (ssl) email from an outlook webmail server from a windows server. The windows server is being yanked, and I need to reproduce on linux. I have all the identical modules on linux, but it doesn't work (cannot connect, though you can telnet to port 995). I have surmised that the reason the win perl script works at all is due to the windows server's participation in the active directory domain which must provide the appropriate ssl certs. So I know, you're thinking, this isn't a perl problem as such, but I find wisdom here to be broad. Is there a way to jump through the windows ssl hoops on linux ?
Thanks