We outsource our email using exchangemymail.com. They have POP3 access, but it requires SSL. Our CRM system has a mail sweeper that only supports regular POP3. How can I bridge the gap between secure and insecure POP3 so that I can sweep a mail account on our outsourced server using the CRM system?
Is there an app that can do this? Or is there a free email service out there that supports standard (insecure) POP3?
We use stunnel for Gmail's POP3S service, works like a charm. Here's a sample config:
Then you point your CRM the LOCALPORT you define.
Take a look at
perdition
- you can use it to gateway POP3 and IMAP servers.You'd need to run it somewhere, and point your CRM system at that, and then perdition would talk to the real SSL encrypted POP3 service.
It should cope quite happily with a clear channel between you and itself, and an encrypted channel between itself and the real server.