Cyrus IMAP version

2000-11-13 Thread dwchan
What version of Cyrus IMAPD is this (1.6.24 or 2.0.6) Also what is the different between the two branches of Cyrus? dwc On Mon, 13 Nov 2000, Lawrence Greenfield wrote: >From: Gary Mills <[EMAIL PROTECTED]> >Date: Sun, 12 Nov 2000 17:59:58 -0600 (CST) >Cc: [EMAIL PROTECTED], [EMAIL

Re: Sieve redirect works but vacation doesn't

2000-11-13 Thread Ken Murchison
Gary Mills wrote: > > Kenneth Murchison writes: > > > >Let's try to split the problem in half. Compile the 'test' program in > >the sieve directory. Then grab one of the messages that you think it > >should have responded to and your sieve script. Run the 'test' program > >using the message

Re: quota doesn't work, usage is always 0

2000-11-13 Thread Gary Mills
Larry Greenfield writes: > >Anonymous cvs is the easiest way. I believe you can just get a new >mboxlist.c without grabbing all the other code to fix this particular >problem. There seem to have been too many other changes for this file to just drop in to cyrus-imapd-2.0.7. I tried to include o

Re: Sieve redirect works but vacation doesn't

2000-11-13 Thread Gary Mills
Kenneth Murchison writes: > >Let's try to split the problem in half. Compile the 'test' program in >the sieve directory. Then grab one of the messages that you think it >should have responded to and your sieve script. Run the 'test' program >using the message and script (it'll ask you for the e

Re: 2.0.7 on Redhat-7

2000-11-13 Thread Darren Nickerson
> On Mon, 13 Nov 2000, "Darren" == Darren Nickerson wrote: Darren> Advice off-list (thanks Todd & Steven!) has pointed out that I am Darren> reinventing the wheel here anyway, since RedHat have an SRPM in the Darren> current Powertools. Darren> So I'll spend some time on that now. ;-

Re: 2.0.7 on Redhat-7

2000-11-13 Thread Seva Adari
Forwading to the list Steven Lembark wrote: > > Yes compilation goes fine on redhat-7 with gcc. Check and make sure > > that there are no "configure" errors first and are you doing a > > "make depend" before issuing a make? > > would it make sense to modify the Makefile to something like: > > al

Re: Sieve redirect works but vacation doesn't

2000-11-13 Thread Ken Murchison
Gary Mills wrote: > > Kenneth Murchison writes: > > > >Did you ever get a vacation response with your current script? If so, > >you won't get another until you change the text of the response. If > >not, take a look at /var/log/imap.log for sieve/lmtpd errors. > > No, it's never responded.

Re: quota doesn't work, usage is always 0

2000-11-13 Thread Lawrence Greenfield
From: Gary Mills <[EMAIL PROTECTED]> Date: Sun, 12 Nov 2000 17:59:58 -0600 (CST) Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Larry Greenfield writes: > >I've identified the quota bug. > >Basically, when setting a new quota like "user.leg", the server wasn't >including the

generic failure

2000-11-13 Thread Brian Estes
I am unable to auth to imap server, I cont to get generic failure bash-2.03$ /usr/local/imtest -m login localhost bash: /usr/local/imtest: No such file or directory bash-2.03$ /usr/local/bin/imtest -m login localhost C: C01 CAPABILITY S: * OK patty Cyrus IMAP4 v2.0.7 server ready S: * CAPABILITY

Re: Sieve redirect works but vacation doesn't

2000-11-13 Thread Gary Mills
Kenneth Murchison writes: > >Did you ever get a vacation response with your current script? If so, >you won't get another until you change the text of the response. If >not, take a look at /var/log/imap.log for sieve/lmtpd errors. No, it's never responded. Where does it keep the information on

Re: Sieve redirect works but vacation doesn't

2000-11-13 Thread Ken Murchison
Gary Mills wrote: > > Kenneth Murchison writes: > > > >In your case, it looks like websieve guessed at your address, and got it > >wrong. > > Thanks for the response. That was my correct address on the test server. > It should have matched the recipient address on the test message, > unless s

Re: Sieve redirect works but vacation doesn't

2000-11-13 Thread Ken Murchison
Gary Mills wrote: > > I'm using cyrus-imapd-2.0.7 with sendmail-8.11.1 delivering via LMTP. > The following sieve script created by Websieve version 0.48 works > correctly: > > require ["fileinto"]; > > if allof (address :matches ["from"] "***") { > redirect "[EMAIL PROTECTED]"; > } > >

Re: Sieve redirect works but vacation doesn't

2000-11-13 Thread Gary Mills
Kenneth Murchison writes: > >In your case, it looks like websieve guessed at your address, and got it >wrong. Thanks for the response. That was my correct address on the test server. It should have matched the recipient address on the test message, unless sendmail is doing something strange. He

Sieve redirect works but vacation doesn't

2000-11-13 Thread Gary Mills
I'm using cyrus-imapd-2.0.7 with sendmail-8.11.1 delivering via LMTP. The following sieve script created by Websieve version 0.48 works correctly: require ["fileinto"]; if allof (address :matches ["from"] "***") { redirect "[EMAIL PROTECTED]"; } else { keep; } However, when I use Web

Re: Segmentation fault

2000-11-13 Thread Seva Adari
Update: I have downgraded my version of ldap to 1.2.11 and everything is working fine. I guess it is SASL link references to imap and ldap and their own memory management seems to be the reason for the problem. How do I resolve such that SASL goes with either imapd or ldap memroy functions but n

Re: Problem with folders...

2000-11-13 Thread Scot W. Hetzel
From: "Jorge A. Rodríguez Suárez." <[EMAIL PROTECTED]> > How are u, i hope fine... > > I use Cyrus imap server and Outlook Express like client of email... > > How can i said to Cyrus or to Outlook Express that user has his personal > folders "Sent Items" and "Drafts", the problem is that cyrus jus

Re: 2.0.7 on Redhat-7

2000-11-13 Thread Darren Nickerson
> On Sun, 12 Nov 2000, "Seva" == Seva Adari wrote: Seva> Yes compilation goes fine on redhat-7 with gcc. Check and make sure Seva> that there are no "configure" errors first and are you doing a "make Seva> depend" before issuing a make? Thanks for your advice - I was not doing a 'make