Author Topic: Cacko, Imap With Ssl  (Read 2444 times)

fir

  • Newbie
  • *
  • Posts: 32
    • View Profile
Cacko, Imap With Ssl
« on: December 01, 2004, 09:34:50 am »
With some generous help from this forum, I have wifi working on my C860 with the current Cacko ROM.  Next step for me is to setup email access.

My server authenticates against real users, so it is necessary for me to use SSL with IMAP and SMTP.  I don't see any sign of SSL support in the default email client - am I right about that?

If so, is there another client that supports SSL?

If not, would it work to setup stunnel to forward a couple local ports to the appropriate SMTP and IMAP ports on my server?

Frank.

datajerk

  • Full Member
  • ***
  • Posts: 219
    • View Profile
    • http://
Cacko, Imap With Ssl
« Reply #1 on: December 01, 2004, 11:32:15 am »
I have the same problem.  I currently use ssh to tunnel and port forward the standard non SSL ports for imap, pop3, and smtp.  Then I set the mail app to use localhost.  My ISP allows localhost access to imap, pop3, and smtp ports, so this solution works well.

I have considered stunnel, may try it in the future.  I have been using it for other non Z apps and it works well.

stupkid

  • Hero Member
  • *****
  • Posts: 578
    • View Profile
    • http://
Cacko, Imap With Ssl
« Reply #2 on: December 01, 2004, 12:30:03 pm »
As I recall K-OpieMail/Pi (OM/Pi) has this feature.  Give the KoPI suite a try:

http://www.pi-sync.net/

Zaurus SL-C3200 pdaXii13v2 5.5 / Ambicom WC1100C-CF / Socket Bluetooth Rev G


OpenMoko FreeRunner - Running Tweaked OM2008.x Image

luimarma

  • Newbie
  • *
  • Posts: 19
    • View Profile
Cacko, Imap With Ssl
« Reply #3 on: December 01, 2004, 12:33:03 pm »
Create an ssl tunnel with stunnel from localhost to your email server, and config your email application to read mail from localhost. This works fine for me.

fir

  • Newbie
  • *
  • Posts: 32
    • View Profile
Cacko, Imap With Ssl
« Reply #4 on: December 02, 2004, 10:28:38 am »
Thanks everyone.  I am familair with stunnel, so I think I'll give that a try.