RE: Cyradm - error with db_version. Tested on FC2

2004-09-08 Thread Oliver Pitzeier
Hi 'KL'! > I've read alot of messages regarding the error with > cyrus-imapd cyradm command, and seldom any good replies. > > I've composed a quick workaround tested on Fedora Core 2. [ ... ] > For me, an upgraded Fedora Core 2 installation also caused > this error.. > > I finally found a so

IMAP-, Cyrus-BUG or Client-BUG???

2003-07-10 Thread Oliver Pitzeier
Hi folks! One of my customers created a folder under her inbox -> "INBOX. entwurf", please note the space!!! She tried using that folder as she does usually, but Entourage crashed... OK, this happens very often - I know... :-) But it crashed again and again, if she tried using that folder... I g

Cyrus and SNMP

2003-07-03 Thread Oliver Pitzeier
Hi folks! I hope someone can help me. I have Red Hat 8.0 running with Cyrus IMAPD 2.1.14, but I want to use Cyrus SNMP features. Since it seems that the ucd-snmp package doesn't work on RH 8, is there any possibility to compile Cyrus IMAP against net-snmp? Thanks a lot! -Oliver

RE: Cyrus debugging

2003-03-26 Thread Oliver Pitzeier
John Alton Tamplin wrote: > Oliver Pitzeier wrote: > > Sorry, but I believe there are enough interessting parts in > > imapd and > > also in some lib/* file that could be logged for debugging reasons... > > Complaints about the code quality of Cyrus coming from >

RE: Cyrus debugging

2003-03-26 Thread Oliver Pitzeier
Ken Murchison wrote: > The majority of imapd's work is not done in imap* files. > There are 80 LOG_DEBUG entries in the imap/ directory, and > 141 in 2.1.12. Sorry, but I believe there are enough interessting parts in imapd and also in some lib/* file that could be logged for debugging reasons.

RE: Signaled to death by 11

2003-03-26 Thread Oliver Pitzeier
Jeremy Rumpf wrote: > This has been on this list in the past, this post is on an > older release, but is the problem is the same. The imap server > dumps when a message from Outlook or Outlook Express is copied > to it. Machine is an older alpha ev5.6. Here's a recap: [ ... ] Thanks a lot Jeremy

Cyrus debugging

2003-03-26 Thread Oliver Pitzeier
Hi! The problem I'm currently working on shows me, that there is not a very good error catching in Cyrus IMAP. It also shows me, that there are too few debug possibilities. Look at this: [EMAIL PROTECTED] imap]$ grep -i debug imap* imapd.c:syslog(LOG_DEBUG, "open: user %s opened %s", imapd_us

RE: Signaled to death by 11

2003-03-26 Thread Oliver Pitzeier
Oliver Pitzeier wrote: > Now I'll dig into tmcomp(atmp, btmp) :-) OK... I solved the problem... It's not OK to do it this way - I know, but it actually helps for the moment... --- mkgmtime.c.orig Wed Mar 26 14:03:34 2003 +++ mkgmtime.c Wed Mar 26 14:04:19 2003 @@

RE: Signaled to death by 11

2003-03-26 Thread Oliver Pitzeier
Oliver Pitzeier wrote: > > Rob Siemborski wrote: > > > > Copying mails between two imap-servers is normally no > > > > problem and works with all my servers, except this one... > > > > > > > > Any ideas? > > > >

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 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 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 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: Defining Special Mailboxes like 'Inbox'

2003-03-24 Thread Oliver Pitzeier
> Scott Nickerson wrote: [ ... ] > > The question: Is there a way in Cyrus to create a folder > > 'SPAM' that > > cannot be deleted by the end user so we know it will be there if we > > set up a filtering rule to deliver to such a folder? > > Basically same > > sort of criteria the Inbox fol

!HELP! :o)

2000-11-14 Thread Oliver Pitzeier
Hi! First my specifications. I run RedHat with a Alpha-Machine and this is really nice. :o) But i'm having problems (good hardware is still not enough). I tryed to install the Cyrus IMAP 2.0.7 Server and what happend made me CRY! Believe it or not After downloading and building (configure, ma