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 t
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 m
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
On Mon, 23 Jan 2006 15:03 , Sujit Choudhury <[EMAIL PROTECTED]>...:
We are running cyrus on a box called cyrus (version 2.1.18)
We are running webmail/imapproxy on a box called webmail, imapproxy version
1.2.2.
Yes want to block answering to 143 from ALL mail clients. However, due to
huge
We are running cyrus on a box called cyrus (version 2.1.18)
We are running webmail/imapproxy on a box called webmail, imapproxy
version 1.2.2.
Yes want to block answering to 143 from ALL mail clients. However, due
to huge amount of connections from webmail (php+horde+imapproxy) we are
unabl
It may not work in our system, as we have many other clients (i.e.
outlook, thunderbird) using imaps. Webmail is just another client as
far as we are concerned.
We want to block imap for everybody.
Thanks
Sujit
Simon Matter wrote:
We are using cyrus and webmail (on a different box). I want
Sujit Choudhury wrote:
We are using cyrus and webmail (on a different box). I wanted to
comment out imap on /etc/cyrus.conf file, only to find that webmail
stopped working. So back to uncomment the line
imap cmd="imapd" listen="imap" prefork=5
I suppose we can use stunnel on the we
> We are using cyrus and webmail (on a different box). I wanted to comment
> out imap on /etc/cyrus.conf file, only to find that webmail stopped
> working. So back to uncomment the line
> imap cmd="imapd" listen="imap" prefork=5
>
> I suppose we can use stunnel on the webmail machine in