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.

Thanks in advance.

Sujit Choudhury

Quoting Sujit Choudhury <[EMAIL PROTECTED]>:

> We got round this problem, with the help of our consultant Mike Knell by
> doing the following changes, in /etc/xinetd.conf
>
> #       disabled        = imap
> service imap
> {
>          socket_type     = stream
>          protocol        = tcp
>          wait            = no
>          user            = nobody
>          server          = /usr/sbin/stunnel
>          server_args     = -c -r cyrus.wmin.ac.uk:993
>          flags           = NOLIBWRAP
>          only_from       = localhost
> }
>
> We have /etc/hosts.deny and /etc/hosts.allow and
> So, it should work.
>
> Thanks very much of all the answers.
>
> Regards
>
> Sujit

----
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

Reply via email to