Re: Cyrus bug when returning mailbox names

2003-04-03 Thread Ian Macdonald
On Thu 03 Apr 2003 at 13:45:46 -0500, you wrote: > How was this mailbox created? I can't duplicate this behavior with a > simple case: > > x create "inbox.xyzzy " > x OK Completed > x list "" "inbox.xyzz*" > * LIST (\HasNoChildren) "." "inbox.xyzzy " > x OK Completed To be honest, I don't know

Re: Cyrus bug when returning mailbox names

2003-04-03 Thread Morgan Sackett
Ian Macdonald wrote: Hi, There seems to be a bug in the Cyrus code that incorrectly returns the name of a mailbox with a trailing space as that name without the space: [EMAIL PROTECTED] telnet cyrus 143 Trying 1.2.3.4... Connected to cyrus. Escape character is '^]'. * OK babbage.corp.google.com C

Re: Cyrus bug when returning mailbox names

2003-04-03 Thread Rob Siemborski
On Thu, 3 Apr 2003, Ian Macdonald wrote: > [EMAIL PROTECTED] telnet cyrus 143 > Trying 1.2.3.4... > Connected to cyrus. > Escape character is '^]'. > * OK babbage.corp.google.com Cyrus IMAP4 v2.1.12 server ready > . login tommy password > . OK User logged in > . list user.tommy.Agencies *Realty* >

Cyrus bug when returning mailbox names

2003-04-03 Thread Ian Macdonald
Hi, There seems to be a bug in the Cyrus code that incorrectly returns the name of a mailbox with a trailing space as that name without the space: [EMAIL PROTECTED] telnet cyrus 143 Trying 1.2.3.4... Connected to cyrus. Escape character is '^]'. * OK babbage.corp.google.com Cyrus IMAP4 v2.1.12 se

Re: sieve: Too many levels of symbolic links

2003-04-03 Thread Rob Siemborski
You didn't activate the sieve script. -Rob On Thu, 3 Apr 2003, Dmitry Alyabyev wrote: > > > Ken Murchison wrote: > > Rob Siemborski wrote: > >> > >> On Thu, 3 Apr 2003, Dmitry Alyabyev wrote: > >> > >> > > Yeah, you made a recursive symlink. > >> > > >> > I see :) > >> > but it was made not by

Re: Groups

2003-04-03 Thread dimon
Quoting Sebastian Konstanty Zdrojewski <[EMAIL PROTECTED]>: > The Cyrus server runs as group defined in the configure procedure. The > use of a different kind of authentication doesn't affect this, so all > the users are assigned to the Cyrus' master process. > > Of course, if I understood well h

Re: sieve: Too many levels of symbolic links

2003-04-03 Thread Dmitry Alyabyev
Ken Murchison wrote: > Rob Siemborski wrote: >> >> On Thu, 3 Apr 2003, Dmitry Alyabyev wrote: >> >> > > Yeah, you made a recursive symlink. >> > >> > I see :) >> > but it was made not by me but by sieve, yeah ? >> > so I'd like to know why it happened >> >> Yes, it was made by sieve. So we ne

Re: trouble settting up cyrus

2003-04-03 Thread Ken Murchison
Maik Knittel wrote: > > > I can't get cyrus working. I'm trying to install version > 2.1.12 with SASLv2 on a debian 3.0 system. I don't want > to create debian users for every imap user so I'd like > to use the sasldb athentication. I don't want to use > PAM/mySQL. > > I've got the cyrus daemo

trouble settting up cyrus

2003-04-03 Thread Maik Knittel
I can't get cyrus working. I'm trying to install version 2.1.12 with SASLv2 on a debian 3.0 system. I don't want to create debian users for every imap user so I'd like to use the sasldb athentication. I don't want to use PAM/mySQL. I've got the cyrus daemon running but I can't login either with

Re: sieve: Too many levels of symbolic links

2003-04-03 Thread John Alton Tamplin
Ken Murchison wrote: FYI, Websieve does this automatically when no script is present, unless the user overrides it. The administrator can change that configuration in websieve.conf, variable $defaultscript. -- John A. Tamplin Unix System Administrator Emory Universi

Re: sieve: Too many levels of symbolic links

2003-04-03 Thread Ken Murchison
Rob Siemborski wrote: > > On Thu, 3 Apr 2003, Dmitry Alyabyev wrote: > > > > Yeah, you made a recursive symlink. > > > > I see :) > > but it was made not by me but by sieve, yeah ? > > so I'd like to know why it happened > > Yes, it was made by sieve. So we need to make sieve reject scripts n

Re: sieve - flags : delivery failure [addendum]

2003-04-03 Thread Ken Murchison
Manuele wrote: > > removeflag is the breaking point... > anytime (anyway) I call it, it breaks things... Yeah, if there is only one flag present, removeflag is broken. Apply the following patch that I just committed to CVS: http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/sieve/script.c.

Re: message in /var/log/messages

2003-04-03 Thread John Alton Tamplin
Nicolas Gauvrit wrote: i post this message yesterday, but i got no answer... (is my question to stupid for you ?) i'd like to know what does mean those message, is i do something wrong ? is my Cyrus Imap will work fine, even if i got thoses Error messages ? i was searching several hours, but i d

RE: cyrus sieve notify can't work !

2003-04-03 Thread John Straiton
You need to take a look at your /var/log/maillog and see what messages are going in there when you send a message to this address. If you need help, we would all probably need to start with that information to help you diagnose it. These are the lines I see due to sieve's reply function if I have

Re: sieve: Too many levels of symbolic links

2003-04-03 Thread Rob Siemborski
On Thu, 3 Apr 2003, Dmitry Alyabyev wrote: > > Yeah, you made a recursive symlink. > > I see :) > but it was made not by me but by sieve, yeah ? > so I'd like to know why it happened Yes, it was made by sieve. So we need to make sieve reject scripts named "default". Until then, don't call your

Re: message in /var/log/messages

2003-04-03 Thread Michael Bacon
It all depends on how many simultaneous connections you're trying to serve. If you only need to serve a couple hundred, you're going to be fine with this. However, if you're going to get up past 3-400 simultaneous connections, the master is going to start to need to have more file descriptors

cyrus sieve notify can't work !

2003-04-03 Thread Brasseur Valéry
I am trying to use sieve notify but have no success. here is my sieve script : require "notify"; if header :contains "from" "[EMAIL PROTECTED]" { notify :message "bonjour!"; redirect "[EMAIL PROTECTED]"; } when receiving a mail the redirect is working but

sieve - flags : delivery failure [addendum]

2003-04-03 Thread Manuele
removeflag is the breaking point... anytime (anyway) I call it, it breaks things... well, i can live with that... but looks like a strange bug... anyhelp still appreciated :) Manuele > - Original Message - > From: "Manuele" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursda

RE: 2.2a, virtual domains and squirrelmail

2003-04-03 Thread Raine, David
Yes! I use SM and hold domains and users in mySQL. Works well with 2.2a and has worked for ages with 2.2prealpha. > -Original Message- > From: Mike O'Rourke [mailto:[EMAIL PROTECTED] > Sent: 03 April 2003 13:04 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: 2.2a, virtual domains

Re: 2.2a, virtual domains and squirrelmail

2003-04-03 Thread Mike O'Rourke
Mine works! cyrus-imapd 2.2 cvs from about Mar. 26 (OK, I am busy and haven't had time to get the recently released version, but it is working for me (TM)) squirrelmail 1.4rc2a (see excuse above) PHP 4.3.2rc1 Apache 2.0.44 Mike. >>> "Kervin L. Pierre" <[EMAIL PROTECTED]> 04/03/03 05:39am >>> Ha

Re: sieve - flags : delivery failure

2003-04-03 Thread Manuele
Since fatal("Virtual memory exhausted", EC_TEMPFAIL); comes with xmalloc.c I though to give you also some info about the machine Linux doorbell 2.4.20 #5 Tue Mar 25 03:20:28 CET 2003 i686 unknown Slackware 8.1 Reading specs from /usr/lib/gcc-lib/i386-slackware-linux/2.95.3/specs gcc version 2.95.3

Re: sieve - flags : delivery failure

2003-04-03 Thread Manuele
First of all, thanks for the attention and sorry for the lack of informations... I will try my best now to provide relevant data... UPDATE WHILE WRITING (and testing) Messages GETS delivered and correctly flagged, but deliver returns a temporary fail, so that at the first try: pos

Re: message in /var/log/messages

2003-04-03 Thread Nicolas Gauvrit
I m running a Red Hat Psyche 8.0 ("fully updated") i've found this : http://asg.web.cmu.edu/cyrus/download/imapd/faq.html Q: I'm getting messages in imapd.log like: Sep 11 17:23:55 ogg lmtpd[773]: DBERROR db3: 16 lockers Sep 11 17:23:55 ogg lmtpd[1409]: DBERROR db3: 17 lockers Sep 11 17:2

Re: sieve: Too many levels of symbolic links

2003-04-03 Thread Miguel Mendez
On Thu, 03 Apr 2003 11:16:45 +0300 Dmitry Alyabyev <[EMAIL PROTECTED]> wrote: Hello, > lrwx-- 1 cyrus cyrus 10 Apr 3 10:53 default.bc -> default.bc ^^^ > when a message delivers there is an error in cyrus log: > lmtpunix[1053

Re: sieve: Too many levels of symbolic links

2003-04-03 Thread Dmitry Alyabyev
Miguel Mendez wrote: > On Thu, 03 Apr 2003 11:16:45 +0300 > Dmitry Alyabyev <[EMAIL PROTECTED]> wrote: > > Hello, > >> lrwx-- 1 cyrus cyrus 10 Apr 3 10:53 default.bc -> default.bc >^^^ >> when a message delivers there is an

sieve: Too many levels of symbolic links

2003-04-03 Thread Dmitry Alyabyev
hello strange behavior - when I use websieve 0.61 (by Alain Turbide) with timsieved of cyrus 2.2 I have something like this in user sieve directory: lrwx-- 1 cyrus cyrus 10 Apr 3 10:53 default.bc -> default.bc -rw--- 1 cyrus cyrus 424 Apr 3 10:53 default.script when a message de