Re: lmtp read error

2003-03-25 Thread Mitrana Cristian
* Morgan Sackett <[EMAIL PROTECTED]> [25-03-03 21:12]: > I have a freshly configured Cyrus IMAP system set up. I am using > Postfix to deliver mail to the system, and I currently have it set up to > deliver via lmtp over tcp. Whenever postfix tries to deliver a message, > I get an error. He

ctl_cyrusdb -r performance over NFS

2003-03-25 Thread Andrew McNamara
We've noticed that "ctl_cyrusdb -r" is quite slow when working against an NFS spool (Netapp) on an otherwise quiesent system. Looking at a gcore, I see that the slow part is preening the mailboxes (deleting reserved mailboxes), rather than rolling the checkpoints forward. The process is looping doi

Re: delivering to bb folders

2003-03-25 Thread mail
On Wed, 2003-03-26 at 01:44, Lawrence Greenfield wrote: >Date: Tue, 25 Mar 2003 11:24:52 -0800 >From: Ben Poliakoff <[EMAIL PROTECTED]> > [...] >I know it's vaguely off topic, but it's certainly related to cyrus-imap; >can anyone point to some sendmail config tips that make it pass

lmtp read error

2003-03-25 Thread Morgan Sackett
I have a freshly configured Cyrus IMAP system set up. I am using Postfix to deliver mail to the system, and I currently have it set up to deliver via lmtp over tcp. Whenever postfix tries to deliver a message, I get an error. Here is an example Mar 25 14:42:06 kang postfix/lmtp[10398]: 53799

Re: delivering to bb folders

2003-03-25 Thread Ben Poliakoff
* Lawrence Greenfield <[EMAIL PROTECTED]> [030325 12:14]: >Date: Tue, 25 Mar 2003 11:24:52 -0800 >From: Ben Poliakoff <[EMAIL PROTECTED]> > [...] >I know it's vaguely off topic, but it's certainly related to cyrus-imap; >can anyone point to some sendmail config tips that make it pas

RE: Cyrus 2.1.12 / Sendmail 8.12.8 / Solaris 9 - Data format error

2003-03-25 Thread Martin Robson
I have resolved the problem, it was an issue with my sendmail.mc file and it not containing MAILER(smtp) -Original Message- From: Martin Robson [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 12:02 PM To: '[EMAIL PROTECTED]' Subject: Cyrus 2.1.12 / Sendmail 8.12.8 / Solaris 9 -

Re: delivering to bb folders

2003-03-25 Thread Lawrence Greenfield
Date: Tue, 25 Mar 2003 11:24:52 -0800 From: Ben Poliakoff <[EMAIL PROTECTED]> [...] I know it's vaguely off topic, but it's certainly related to cyrus-imap; can anyone point to some sendmail config tips that make it pass this info to LMTP? Is this passing of "authid" supposed to

Cyrus 2.1.12 / Sendmail 8.12.8 / Solaris 9 - Data format error

2003-03-25 Thread Martin Robson
Software Versions: Cyrus IMAP 2.1.12 Cyrus SASL 2.1.12 Sendmail 8.12.8 Solaris 9 / SunOS 5.9 Berkley DB 4.1.25 Openssl 0.9.7a Hi, I'm having an issue with sendmail processing emails and using cyrus as a mailer. What's happening is if I send an email locally to an account that has been created usi

Re: delivering to bb folders

2003-03-25 Thread Ben Poliakoff
* Rob Siemborski <[EMAIL PROTECTED]> [030324 06:50]: > On Mon, 24 Mar 2003 [EMAIL PROTECTED] wrote: > > > for eg. with cyradm, > > localhost> sam folder1 anyone lrs > > localhost> sam folder1 user1 lrswip > > > > where folder1 is a mailbox used as a bulletin board and user1 > > is a special user w

Re: Signaled to death by 11

2003-03-25 Thread Christian Schulte
Oliver Pitzeier wrote: Hi volks! I thankfull for ANY help! I'm currently debugging a signal 11 problem... I located it in getdatetime (imapd.c) and have to trace it down to the final "killer line" I'm working on an Compaq Alpha DS10... If anyone has similar problems, or if any developer can

Re: Mozilla vs. Cyrus Imap acl errors

2003-03-25 Thread Alessandro Oliveira
I'm using version 1.3 build 20030312, and I'm still having these acl problems. Tuuli K Tuominen wrote: On Fri, 21 Mar 2003, Alessandro Oliveira wrote: I've been using mozilla acessing a cyrus-imap server for about 6 months, and I've been experiencing some problems related to acl's

RE: Signaled to death by 11

2003-03-25 Thread Oliver Pitzeier
Rob Siemborski wrote: > > Here some stuff I logged via syslog: > > Mar 25 16:34:29 mail imapd[14859]: tm.tm_mday: 25 > > Mar 25 16:34:29 mail imapd[14859]: tm.tm_mon: 2 > > Mar 25 16:34:29 mail imapd[14859]: month: mar > > Mar 25 16:34:30 mail imapd[14859]: year: 103 > > Mar 25 16:34:30 mail imapd[

RE: Signaled to death by 11

2003-03-25 Thread Oliver Pitzeier
> Rob Siemborski wrote: > > > Copying mails between two imap-servers is normally no problem and > > > works with all my servers, except this one... > > > > > > Any ideas? > > > > Do you have a protocol trace of what outlook is feeding > > cyrus? Alternatively, do you have a backtrace of the core d

RE: Signaled to death by 11

2003-03-25 Thread Rob Siemborski
On Tue, 25 Mar 2003, Oliver Pitzeier wrote: > Here some stuff I logged via syslog: > Mar 25 16:34:29 mail imapd[14859]: tm.tm_mday: 25 > Mar 25 16:34:29 mail imapd[14859]: tm.tm_mon: 2 > Mar 25 16:34:29 mail imapd[14859]: month: mar > Mar 25 16:34:30 mail imapd[14859]: year: 103 > Mar 25 16:34:30

RE: Signaled to death by 11

2003-03-25 Thread Oliver Pitzeier
Rob Siemborski wrote: > > is invoked it dies... You can also said syslog(LOG_ERR, dir) and it > > will also die. So it seems for me, that it has something to do with > > "dir", which is a "register int"... > > This isn't terribly surprising, since syslog is expecting a > const char * as its sec

RE: Signaled to death by 11

2003-03-25 Thread Oliver Pitzeier
Rob Siemborski wrote: > > Copying mails between two imap-servers is normally no problem and > > works with all my servers, except this one... > > > > Any ideas? > > Do you have a protocol trace of what outlook is feeding > cyrus? Alternatively, do you have a backtrace of the core dump? No, I ha

RE: Signaled to death by 11

2003-03-25 Thread Rob Siemborski
On Tue, 25 Mar 2003, Oliver Pitzeier wrote: > is invoked it dies... You can also said syslog(LOG_ERR, dir) and it will also > die. So it seems for me, that it has something to do with "dir", which is a > "register int"... This isn't terribly surprising, since syslog is expecting a const char * as

RE: Signaled to death by 11

2003-03-25 Thread Rob Siemborski
On Tue, 25 Mar 2003, Oliver Pitzeier wrote: > OK. Kick my ass for this now... :-( > > I tried to copy some mails from one imap server to this new one (using Outlook > XP and Outlook Express 6)... This is where the error occurs... > > BUT(!): I tried it now with Evolution; I copied the same mail. I

RE: Signaled to death by 11

2003-03-25 Thread Oliver Pitzeier
Henrique de Moraes Holschuh wrote: [ ... ] > > I tried to copy some mails from one imap server to this new > > one (using > > Outlook XP and Outlook Express 6)... This is where the > > error occurs... > > It is still a real bug. Cyrus should be resilient to fucked > up input data (as long as y

Re: Signaled to death by 11

2003-03-25 Thread Henrique de Moraes Holschuh
On Tue, 25 Mar 2003, Oliver Pitzeier wrote: > > > I'm currently debugging a signal 11 problem... I located it > > > in getdatetime > > > (imapd.c) and have to trace it down to the final "killer > > > line" I'm working on an Compaq Alpha DS10... > > > > > > Version of cyrus-imapd 2.1.12. > >

RE: Signaled to death by 11

2003-03-25 Thread Oliver Pitzeier
[ ... ] > > I'm currently debugging a signal 11 problem... I located it > > in getdatetime > > (imapd.c) and have to trace it down to the final "killer > > line" I'm working on an Compaq Alpha DS10... > > > > If anyone has similar problems, or if any developer can help > > me trace it down...

RE: Signaled to death by 11

2003-03-25 Thread Oliver Pitzeier
[ ... ] > I'm currently debugging a signal 11 problem... I located it > in getdatetime > (imapd.c) and have to trace it down to the final "killer > line" I'm working on an Compaq Alpha DS10... > > If anyone has similar problems, or if any developer can help > me trace it down I'd be

Signaled to death by 11

2003-03-25 Thread Oliver Pitzeier
Hi volks! I thankfull for ANY help! I'm currently debugging a signal 11 problem... I located it in getdatetime (imapd.c) and have to trace it down to the final "killer line" I'm working on an Compaq Alpha DS10... If anyone has similar problems, or if any developer can help me trace it down..

Re: Trafficaccounting in a mysql db ?

2003-03-25 Thread Eric . Doutreleau
On Mon, 24 Mar 2003, Christian Schulte wrote: Hi I'm interesting to test that fonctionnality. My boss keep bugging me to have some sort of statistics about the use of cyrus imap server. > Hello, > > I wrote a patch which enables one to do traffic logging into a mysql > database. (mainly lib/p