Re: cyrus hanging (possible saslauthd problem)

2004-05-27 Thread David Carter
On Wed, 26 May 2004, Colin Bruce wrote: > I can login and read e-mail quite happily most of the time. However, > sometimes it accepts my username and password and then says "opening > inbox" for ever. Usually, while this is in progress a message will flash > up about an untagged response. However,

After client authenticated STARTTLS, no EXTERNAL?

2004-05-27 Thread Simon Josefsson
Hello. Is it possible to get client authenticated STARTTLS working with Cyrus IMAPD, without a password login? I'm assuming EXTERNAL would be used for this, so here is what I put in imapd.conf: sasl_mech_list: PLAIN CRAM-MD5 DIGEST-MD5 EXTERNAL However, even after successful client auth STARTTL

long lines in body causes "Message contains invalid header"

2004-05-27 Thread Maarten de Boer
Hello, This is my first message to the list. Let me start by saying that I am a sysadmin who is very pleased with cyrus in general, as are the users. Never had any real problems in years. Until now...: I encountered the following problem with cyrdeliver. A user sent a mail to another user on the

Re: long lines in body causes "Message contains invalid header"

2004-05-27 Thread Henrique de Moraes Holschuh
On Thu, 27 May 2004, Maarten de Boer wrote: > Exim (I call cyrdeliver from exim) bounced the message to inform the Fix it so that it does not include bogus messages in a DSN directly, but rather as an encoded attachment. > The message contains an attachment with a very long line (an XML file > wi

Re: Corrupt inbox, related to size?

2004-05-27 Thread Henrique de Moraes Holschuh
On Wed, 26 May 2004, Michael Loftis wrote: > >administrator was restarting Cyrus and Flushing Postfix > > God that'd cause corruption heh. No need to restart it like that. No. If you restart Cyrus with a proper signal, it is NOT to corrupt anything at all. Anything else is an ugly bug. Still,

Re: long lines in body causes "Message contains invalid header"

2004-05-27 Thread Maarten de Boer
Hello Henrique, Thanks for your reply. > > Exim (I call cyrdeliver from exim) bounced the message to inform the > > Fix it so that it does not include bogus messages in a DSN directly, but > rather as an encoded attachment. That is a good idea. I will try to figure out how to do that with exi

Debian saslauth

2004-05-27 Thread Kent L. Nasveschuk
Does anyone know what saslauthd authentication mechanisms the current distribution of Debian supports in the sasl package? In particular I am interested in using LDAP directly or possibly LDAP through PAM if supported to authenticate users to Cyrus IMAP. I've never used Debian, but I'm utterly frus

DBERROR db4: Logging region out of memory

2004-05-27 Thread Grisu Marc
Hi all,   I have the following problem with my Cyrus installation:    lmtpunix[417]: DBERROR db4: Logging region out of memory; you may need to increase its size lmtpunix[417]: DBERROR: opening /var/imap/deliver.db: Cannot allocate memory lmtpunix[417]: DBERROR: opening /var/imap/deliver.db: cyr

Re: DBERROR db4: Logging region out of memory

2004-05-27 Thread Christoph Moench-Tegeder
## Grisu Marc ([EMAIL PROTECTED]): Please trim your lines to about 72 characters. > Has anyone an exemple of a Berkeley DB_Config file? set_cachesize 0 8388608 8 set_lg_regionmax 524288 set_lg_bsize 2097152 About 20,000 users, works fine. Regards, Christoph -- Spare Space. --- Cyrus Home Pag

filespace usage

2004-05-27 Thread Philip Chambers
I am writing a utility to give me a list of filespace usage for all my cyrus users. This will be run by cron overnight. Clearly I can just go through all the partitions and do a "du -sk" at each user's root directory. However, since cyrus has a quota facility it seems likely that cyrus must re

Re: After client authenticated STARTTLS, no EXTERNAL?

2004-05-27 Thread Rob Siemborski
On Thu, 27 May 2004, Simon Josefsson wrote: Hello. Is it possible to get client authenticated STARTTLS working with Cyrus IMAPD, without a password login? I'm assuming EXTERNAL would be used for this, so here is what I put in imapd.conf: sasl_mech_list: PLAIN CRAM-MD5 DIGEST-MD5 EXTERNAL Yes, it c

Re: sendmail hooks for pre-checking of over-quota imap users?

2004-05-27 Thread Sergey
On Thursday 20 May 2004 14:43, Andrzej Filip wrote: > > Set lmtp_over_quota_perm_failure in imapd.conf and smmapd will return a > > PERM failure instead of TEMP for over quota. > > Makking sendmail pass TEMP & PERM "explanation strings" to sendmail.cf > is a good idea nyway (IMHO). I hope sendm

RE: Cyrus dies

2004-05-27 Thread Colin Bruce
Dear Michael and Rob Sorry I should have said what the hardware is. We are running Cyrus on an IBM X345 with dual 3GHz processors, 8GB of memory, dual Gigabit network cards and 6 ultra 320 73GB SCSI disks which are not in a RAID configuration of any kind. I'm afraid there are no IDE drives in the

RE: Cyrus dies

2004-05-27 Thread Rob Siemborski
On Thu, 27 May 2004, Colin Bruce wrote: I've checked the cron tables and there are no cron jobs running at the time this happens. Unfortunately it isn't possible to run anything when it happens because the machine is totally locked. It doesn't even respond to me pressing the enter key on the consol

Re: filespace usage

2004-05-27 Thread Christoph Moench-Tegeder
## Philip Chambers ([EMAIL PROTECTED]): > I am writing a utility to give me a list of filespace usage for all my > cyrus users. What about using (cyrus)-quota? > Can someone point me to where > cyrus stores user filespace usage? Assuming a not-too-old cyrus: $configdirectory/(domain/...)?/q

Outlook client connection problems

2004-05-27 Thread Josh Endries
Hello, I have read a lot of information about Outlook clients and IDLE and connections timing out. I have a number of Outlook users (I think Outlook 2003 actually) that use IMAP and they were having problems "connecting" to the server after letting Outlook sit alone for a while, which sounded l

Re: filespace usage

2004-05-27 Thread Andrew Morgan
On Thu, 27 May 2004, Philip Chambers wrote: > I am writing a utility to give me a list of filespace usage for all my cyrus users. > This will be run by cron overnight. Clearly I can just go through all the > partitions and do a "du -sk" at each user's root directory. > > However, since cyrus has

Re: cyrus hanging (possible saslauthd problem)

2004-05-27 Thread Colin Bruce
>>May 26 20:31:29 imap2 saslauthd[6296]: do_auth : auth failure: >> [user=tellingj] [service=imap] [realm=] [mech=shadow] [reason=Unknown] >> >> This happens even when the password that was typed in was correct. > >Can you run an strace on saslauthd and perhaps find out why it might be >feeling

Re: cyrus hanging (possible saslauthd problem)

2004-05-27 Thread Rob Siemborski
On Thu, 27 May 2004, Colin Bruce wrote: The thing is, if 10 people login most of them succeed but one or two would get a connection where the inbox never loads. If they try a few minutes later their inbox does load. There doesn't appear to be a pattern to it. I am not sure how we can run strace on

Re: Outlook client connection problems

2004-05-27 Thread Rob Siemborski
On Thu, 27 May 2004, Josh Endries wrote: Anyone know how I could further troubleshoot this? Is there a way to see which users are using idled at a given time? This is a known bug in outlook (it doesn't reset the idle timout at 29 minutes like it should). The best way to deal with this (short of

Re: filespace usage

2004-05-27 Thread Patrick Boutilier
Andrew Morgan wrote: On Thu, 27 May 2004, Philip Chambers wrote: I am writing a utility to give me a list of filespace usage for all my cyrus users. This will be run by cron overnight. Clearly I can just go through all the partitions and do a "du -sk" at each user's root directory. However, sinc

Re: Install problems:invoca cyrus-imapd from rpm

2004-05-27 Thread Frank Zhang
I encountered the same problem. I ran "rpmbuild --rebuild " on two fedora 1 servers. One server is full installation of fedora 1, it ran successfully, another server is also fedora 1, but not full installation. it did not run successfully. The workround for me is, I FTP the RPMs from one serve

RE: Cyrus dies

2004-05-27 Thread Colin Bruce
On Thu, 27 May 2004, Rob Siemborski wrote: > If even the console isn't responding to the enter key I'm hard pressed to > believe that cyrus is at fault. Dear Rob et al, I have found out the cause of this problem but I don't know what the solution is. The good news from your point of view is that

Re: sendmail hooks for pre-checking of over-quota imap users?

2004-05-27 Thread Sergey
On Thursday 27 May 2004 20:29, Sergey wrote: > > Makking sendmail pass TEMP & PERM "explanation strings" to sendmail.cf > > is a good idea nyway (IMHO). I hope sendmail will fix it before non beta > > release of sendmail-8.13. > > Is the report to sendmail developer need for it ? And that do

RE: Cyrus dies

2004-05-27 Thread Michael Loftis
The trail I'm seeing say something more wrong with the machine than cyrus. The machine is not doing ANY I/O or is so busy doing some other I/O it stops doing anything useful. Not running XFS filesystem per chance are you? If the machine were OK it would bog down under nasty load, but it wouldn'