error in localdelete

2009-06-23 Thread Brasseur Valéry
I have a murder configuration, where I try to move some user with xfer. the xfer command hang with the result : " Syntax error in parameters" what's wrong ? here is the stack trace : #0 0xbfffe402 in ?? () #1 0xb7cf3b73 in __read_nocancel () from /lib/libc.so.6 #2 0x080b1b55 in prot_fill (s=

SSL options ...

2007-06-25 Thread Brasseur Valéry
Hi, I need to check the client certificat against trusted ones ... How can I do that ? In postfix I can use fingerprint ... Is there any thing i can use under Cyrus ? Thanks Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Inf

Murder mupdate questions ...

2007-02-27 Thread Brasseur Valéry
Hi, In mupdate-client.c, in function mupdate_scarf There is lines like (around line 450) : if(ch == EOF && errno == EAGAIN) { /* this was just "no input" we return 0 */ goto done; } else if(ch == EOF) { /* this was a fatal error */

Murder slave question ...

2007-01-17 Thread Brasseur Valéry
I am trying a murder setup on 2.3.7 ... Is it normal staht slave ALWAYS disconnect after receiving some command update of the master ? And retry a full update 20sec later ? Like this : [pid 7543] time(NULL) = 1169021217 [pid 7543] time(NULL) = 1169021217 [pi

2.3.7 murder problem ...

2007-01-12 Thread Brasseur Valéry
I am using cyrus 2.3.7 with murder ... I having a probleme when creating mailboxes ! When i create the mailbox on the back, my frontend successfully see the reservation but close the connection to murder master and setup a retry 20sec later... So when the mailbox is really created there is a 20s

RE: Mupdate vs lmtp...

2006-10-06 Thread Brasseur Valéry
Hi, Nobody as an ideas ? -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Brasseur Valéry Envoyé : mercredi 4 octobre 2006 17:34 À : [EMAIL PROTECTED] Objet : Mupdate vs lmtp... I have a question concerning the Murder architecture Why doe

Mupdate vs lmtp...

2006-10-04 Thread Brasseur Valéry
I have a question concerning the Murder architecture Why does the lmtpproxyd directly connect to the master when other process connect to slave ? Thanks Valery Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://a

RE: cyrus ACL and groups ...

2006-06-05 Thread Brasseur Valéry
That nearly what i am looking for !!! Where is the doc for pts ? and the LDAP part ? Thanks -Message d'origine- De : Patrick Radtke [mailto:[EMAIL PROTECTED] Envoyé : vendredi 2 juin 2006 16:54 À : Brasseur Valéry Cc : info-cyrus@lists.andrew.cmu.edu Objet : Re: cyrus ACL and g

cyrus ACL and groups ...

2006-06-02 Thread Brasseur Valéry
I have seen in the code that when you want to use groups in ACL for cyrus, the group is a UNIX one ... (calling setgrent, getpwnam ... ) Is there a a way to use LDAP groups instead ... Thanks Valery Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.

RE: murder users ...

2006-06-02 Thread Brasseur Valéry
ould not be an admin ? Thanks -Message d'origine- De : Ken Murchison [mailto:[EMAIL PROTECTED] Envoyé : jeudi 1 juin 2006 22:05 À : Brasseur Valéry Cc : info-cyrus@lists.andrew.cmu.edu Objet : Re: murder users ... Brasseur Valéry wrote: > In my murder config, I am trying to login as admin f

murder users ...

2006-06-01 Thread Brasseur Valéry
In my murder config, I am trying to login as admin from the frontend ... But then when I am trying to create mailboxes on the backends, I got permission denied >From the sources it seems that when you login with the proxy user, you could never be an admin ... is it normal ? thanks valery --

murder and virtual domain

2006-05-31 Thread Brasseur Valéry
I have setup a a murder config with virtual domain. When a domain admin login in and try to create a new mailbox, it get a permission denied. It's seem that the user is not considered as an admin on the backends ... When directly log on the backend it works ! Do I need to do something special ?

murder config

2006-05-31 Thread Brasseur Valéry
I am trying to configure a murder ... For the IMAP part it works... my proxy user connect to backend and can work But for the LMTP, when the proxy user authenticate, I got the message : May 31 10:29:03 mwent01 lmtp[12197]: [EMAIL PROTECTED] is not an admin May 31 10:29:06 mwent01 lmtp[12197]: bad

RE: murder config

2006-04-04 Thread Brasseur Valéry
If I "manually" populate the "remote mailbox" in the murder server is it sufficient? -Message d'origine- De : Ken Murchison [mailto:[EMAIL PROTECTED] Envoyé : mardi 4 avril 2006 17:30 À : Brasseur Valéry Cc : info-cyrus@lists.andrew.cmu.edu Objet : Re: murde

RE: murder config

2006-04-04 Thread Brasseur Valéry
Did something like that would be possible with a "not murder aware" server eg: another imap server which is not cyrus ? (eg: netscape or sun or ... whatever ?) -Message d'origine- De : Ken Murchison [mailto:[EMAIL PROTECTED] Envoyé : mardi 4 avril 2006 16:53 À : Bra

murder config

2006-04-04 Thread Brasseur Valéry
I need to have a "special" murder config ie:I will have a standard murder config but I need to be able to add to this config a "non murder"/"non cyrus" IMAP server (old one ;-) Is it possible ? How would you to that ? Thanks Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: ht

RE: bugs in spool_copy_message()

2004-10-28 Thread Brasseur Valéry
there was some times ago a discussion about cyrus/long line and RFC.. look at thread about "cyrus dealing with long lines" and "bare new lines problems" from avril 2003 on the list ... > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Derrick J > Bras

quota question

2003-11-25 Thread Brasseur Valéry
I have a question about the quota implementation : what's the difference between the quota root file and the information in cyrus.index at OFFSET_QUOTA_MAILBOX_USED ? it seems tha reconstruct update the later and the quota update the first ! thanks in advance valery

RE: quota on number of message

2003-10-22 Thread Brasseur Valéry
where should I look to begin such a patch ? > -Original Message- > From: Ken Murchison [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 22, 2003 3:45 PM > To: Brasseur Valéry > Cc: [EMAIL PROTECTED] > Subject: Re: quota on number of message > > > Brasseur

quota on number of message

2003-10-22 Thread Brasseur Valéry
is there a way to put a limit on the number of message a mailbox can contain ? I know I can put a quota on the storage space, I would like such a thing but on the number of message ! is it possible ? thanks valery

RE: folder cleanup

2003-09-15 Thread Brasseur Valéry
> -Original Message- > From: Patrick Morris [mailto:[EMAIL PROTECTED] > Sent: Monday, September 15, 2003 6:30 PM > To: Brasseur Valéry > Cc: [EMAIL PROTECTED] > Subject: Re: folder cleanup > > > man find; man reconstruct > > :) is there not so heavy

folder cleanup

2003-09-15 Thread Brasseur Valéry
I would like to know if there is a way to delete mail in a folder that are older than x days ? thanks valery

RE: imap mailbox name

2003-07-09 Thread Brasseur Valéry
; Sent: Thursday, July 03, 2003 7:03 PM > To: Brasseur Valéry > Cc: [EMAIL PROTECTED] > Subject: Re: imap mailbox name > > > On Thu, 3 Jul 2003, [iso-8859-1] Brasseur Valéry wrote: > > > what are the valid char in an mailbox name ? > > > > I was think th

imap mailbox name

2003-07-03 Thread Brasseur Valéry
what are the valid char in an mailbox name ? I was think that it was mutf-7 , but it seems that cyrus refuse de create a user.abc.foo#bar mailbox name !!! should I escape something ? is there invalid char for Cyrus ? thanks valery

is this a bug ?

2003-06-24 Thread Brasseur Valéry
when you are trying to create a folder user.foo&-bar and you are an admin the server dump core ! having track this down it seems that in function "is_an_imap_admin", in this case the "auth_newstate" return a NULL which we are trying to free at the end in "auth_freestate" !!! may be it's normal

compress messages ?

2003-06-24 Thread Brasseur Valéry
did someone know if it's possible to store messages/folder in a compress form ? I would like to do that for less frequently use folder !! what would need to be modified in the sources ? thanks valery

RE: seen file corruption

2003-06-17 Thread Brasseur Valéry
AM >To: Brasseur Valéry >Cc: 'Rob Siemborski'; [EMAIL PROTECTED] >Subject: RE: seen file corruption > > >Hi, > >I don't suppose that custom MySQL connector is 'available' is it? > >Regards, >Gareth. > >On Thu, 2003-06-12 at 18:22, Brasseur Va

RE: seen file corruption

2003-06-12 Thread Brasseur Valéry
I use a custom mysql database connector for my mailboxes ! > -Original Message- > From: Rob Siemborski [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 12, 2003 7:22 PM > To: Brasseur Valéry > Cc: [EMAIL PROTECTED] > Subject: RE: seen file corruption > > > On

RE: seen file corruption

2003-06-12 Thread Brasseur Valéry
just seen state > -Original Message- > From: Rob Siemborski [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 12, 2003 7:13 PM > To: Brasseur Valéry > Cc: [EMAIL PROTECTED] > Subject: RE: seen file corruption > > > On Thu, 12 Jun 2003, [iso-8859-1] Brasseur V

RE: seen file corruption

2003-06-12 Thread Brasseur Valéry
I check it ! it doesn't exist, so I touch it to test ... nothing change for now ! > -Original Message- > From: Rob Siemborski [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 12, 2003 7:02 PM > To: Brasseur Valéry > Cc: [EMAIL PROTECTED] > Subject: RE: seen file co

RE: seen file corruption

2003-06-12 Thread Brasseur Valéry
> -Original Message- > From: Rob Siemborski [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 12, 2003 7:01 PM > To: Brasseur Valéry > Cc: [EMAIL PROTECTED] > Subject: RE: seen file corruption > > > On Thu, 12 Jun 2003, [iso-8859-1] Brasseur Valéry wrote:

RE: seen file corruption

2003-06-12 Thread Brasseur Valéry
In my case they are recovered each time the user login !!! > -Original Message- > From: Rob Siemborski [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 12, 2003 6:57 PM > To: Brasseur Valéry > Cc: [EMAIL PROTECTED] > Subject: Re: seen file corruption > > >

seen file corruption

2003-06-12 Thread Brasseur Valéry
I regularly have seen file corruption ( skiplist: recovered ...) what can cause these corruption ? what these files are use for ? thanks valery

"special" imap server

2003-06-11 Thread Brasseur Valéry
did someone know if there exist a IMAp server who would be able to use a POP3 server for the INBOX folder and his normal folders for all others ! note : i need something like this for a migration purpose ! thanks

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

directory hash question ...

2003-03-06 Thread Brasseur Valéry
looking at the code of dir_hash_c in util.c, I am seeing that the hash is done only on 23 char where mkimap is create 26 char ! is it normal ? can we use more char ? TIA valery

RE: PostgreSQL backend: a waste of time?

2002-12-02 Thread Brasseur Valéry
have to receive responses from the SQL DB? Or these > commands > are only writes (UPDATE, INSERT)? If these are only writes it seams a > good ideia, but if you need to SELECT (inside the > transaction) too there > is the problem of different connections getting different > tr

RE: PostgreSQL backend: a waste of time?

2002-11-27 Thread Brasseur Valéry
And I have done a port to imapd 2.1.9 and UDP instead of unix socket for those who are interrested !!! > -Original Message- > From: Nuno Silva [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 27, 2002 5:01 AM > To: [EMAIL PROTECTED] > Subject: Re: PostgreSQL backend: a waste of time?

RE: PostgreSQL backend: a waste of time?

2002-11-26 Thread Brasseur Valéry
for those who are interrested here is a patch for Mysql as a backend. warning, it's a developpment version for now. > -Original Message- > From: Noll Janos [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 25, 2002 4:36 PM > To: [EMAIL PROTECTED] > Subject: RE: PostgreSQL backend: a wa

question about quota on cyrus

2002-11-21 Thread Brasseur Valéry
The cyrus quota for now is only on folder size. would it be difficult to implement a quota on the number of message in the folder ? thanks for your answer valery