Thanks, It's a nice idea, but I thought that maybe there is some cyrus tools to deal with it, like this syntax in cyrus.conf I thought would work: imaps cmd="imapd -s" listen="212.70.0.0/16:imaps" prefork=0 imapsext cmd="imapd -C /etc/imapd-external.conf -s" listen="212.70.41.18:imapsext" prefork=0 # this is for external connections
Only this syntax is not working :(. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Muenz, Michael Sent: Monday, July 11, 2005 2:05 PM To: [email protected] Subject: RE: [Web-cyradm] how to implement only secure connections fromexternalIPs > Hello All, > My current configuration enables to all IPs to connect through IMAP > using PLAIN/SSL/TLS. > I want my users which having external IPs to be able to connect > through IMAP using only TLS/SSL (so there is only secure connection > for external IPs). > All my local network IPs are real (i.e. can be accessed from the > internet). > > Anyone have any ideas how to implement only secure connections from > external IPs? you can do that with iptables. Just redirect IP's from outside to port 993. Michael _______________________________________________ This mailing list is hosted and supported by bit-heads GmbH | http://www.bit-heads.ch _______________________________________________ Web-cyradm mailing list [email protected] http://www.web-cyradm.org/mailman/listinfo/web-cyradm _______________________________________________ This mailing list is hosted and supported by bit-heads GmbH | http://www.bit-heads.ch _______________________________________________ Web-cyradm mailing list [email protected] http://www.web-cyradm.org/mailman/listinfo/web-cyradm
