Koozali.org: home of the SME Server

IMAP (unsecure) to the public

Offline migraineboy

  • *
  • 8
  • +0/-0
IMAP (unsecure) to the public
« on: November 22, 2006, 08:42:54 AM »
I have devices which receive updates via an imap connection to our mail server.  These devices do not support IMAPS and also receive IPs from many difference ISPs (too large of pool to open up as a local network).

What is the most elegant way to allow incoming IMAP (not IMAPS) connections?  Ripping out the clients hardware devices is not an option ;(

Chris G

Offline byte

  • *
  • 2,183
  • +2/-0
IMAP (unsecure) to the public
« Reply #1 on: November 22, 2006, 07:13:40 PM »
Moving this topic to the SME Server 7.x forum, it is more appropriate there. Thanks!
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline byte

  • *
  • 2,183
  • +2/-0
IMAP (unsecure) to the public
« Reply #2 on: November 22, 2006, 07:35:32 PM »
The option is still there, but because SME 7 is designed for being secure and only allowing encryted protocols...

If you understand the risks then to allow imap access do...

config setprop imap access public
signal-event email-update
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline migraineboy

  • *
  • 8
  • +0/-0
IMAP (unsecure) to the public
« Reply #3 on: November 22, 2006, 09:53:43 PM »
Thanks for posting the proper command.  I was trying
config setprop imap access ALL...obviously, that did not work.

Thanks again,

Chris G.