On Mon, 23 Jan 2006 [EMAIL PROTECTED] wrote:
Please ignore my previous mail. Help is still needed. The problem with the
solution below is that it limits the number of connections imap can have to the
webmail. We are talking about atleast 800 connections at peak time.
As I said, the idea is to have imap disabled in cyrus server. All the mail
clients will have to work with imaps.
You could use tcp-wrappers to limit plain imap connections to just your
webmail hosts. In cyrus.conf, run both imap and imaps. Then insert
something like the following in /etc/hosts.deny:
imap: ALL EXCEPT LOCAL, webmail1.example.com, webmail2.example.com
Andy
----
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html