Re: Cyrus process model...

2003-02-26 Thread Tom Samplonius
It is always a big pain to update code that was never written to be threaded, to be thread-safe. Apache2 has a problems with just about every third party module supported under Apache 1.3. I imagine that Cyrus would have all sorts of thread issues. There is no magic solution for that.

Re: seen flag for multiple users // cyrus and procmail

2003-02-26 Thread Heinz Ulrich Stille
On Tuesday 25 February 2003 18:02, Kristian Rink wrote: the archive of this list, it is not possible in cyrus (in IMAP?) to have a general seen flag for mails or mailboxes so this way it is impossible for any user who is able to read mail in the shared mailboxes to find out whether or not

Deleting records from db

2003-02-26 Thread Sebastian Konstanty Zdrojewski
Hello, I have an annoying problem: my collegue deleted phisically the directories from the user's directory, so the system, while attempting to delivery a message to a mailbox returns a I/O Error. Correct until here. I need to remove the entries from the mailbox database, but I can't find

Re: cyradm not authenticating

2003-02-26 Thread Sebastian Konstanty Zdrojewski
I had a similar problem at the beginning... try to check your imapd.conf file, maybe there is a problem while specifying the uthentication method. Here is a sample I am using for test: sasl_pwcheck_method: saslauthd mech_list: plain It works for me. Check also if the libsasl2 is available in

Re: Deleting records from db

2003-02-26 Thread Dmitry Alyabyev
Sebastian Konstanty Zdrojewski wrote: Hello, I have an annoying problem: my collegue deleted phisically the directories from the user's directory, so the system, while attempting to delivery a message to a mailbox returns a I/O Error. Correct until here. I need to remove the entries

Re: Cyrus IMAPd 2.1.12 Released

2003-02-26 Thread Patrick Welche
On Tue, Feb 25, 2003 at 01:32:14PM -0600, Christopher Crowley wrote: ... I applied a patch that I found in the e-mail archives. (http://asg.web.cmu.edu/archive/message.php?mailbox=archive.cyrus-sasl msg=2965) So now lib/Makefile.am is: # diff Makefile.am Makefile.am.orig that was for

Re: Deleting records from db

2003-02-26 Thread Sebastian Konstanty Zdrojewski
Hi, I tried with this: localhost.localdomain reconstruct user.mailboxname reconstruct: Operating System Error The imapd.log file appended the following line: Feb 26 16:08:48 nexus imapd[30158]: Reconstructing 'user.massimiliano_rovatti' (not recursive) for user 'postmaster' Sorry for

Cyrus in shared-only setup with no user inboxes?

2003-02-26 Thread Scott Balmos
Hi everyone, I remember reading a message like this back in the 1997 archives, but maybe (hopefully?) something's changed in the newer versions. I'm intending to use Cyrus and shared IMAP folders as a replacement for a currently-running private NNTP server for small-scale discussion groups. No

Re: Deleting records from db

2003-02-26 Thread Simon Brady
On Wed, 26 Feb 2003, Sebastian Konstanty Zdrojewski wrote: Hi, I tried with this: localhost.localdomain reconstruct user.mailboxname reconstruct: Operating System Error The imapd.log file appended the following line: Feb 26 16:08:48 nexus imapd[30158]: Reconstructing

Re: Deleting records from db

2003-02-26 Thread Sebastian Konstanty Zdrojewski
Thank you. I am in a similar situation like yours, because the server is still in test mode, so I can apply this solution. Thanks for help! :) Have a nice day, En3pY Simon Brady wrote: On Wed, 26 Feb 2003, Sebastian Konstanty Zdrojewski wrote: Hi, I tried with this:

Re: Cyrus in shared-only setup with no user inboxes?

2003-02-26 Thread Ken Murchison
Scott Balmos wrote: Hi everyone, I remember reading a message like this back in the 1997 archives, but maybe (hopefully?) something's changed in the newer versions. I'm intending to use Cyrus and shared IMAP folders as a replacement for a currently-running private NNTP server for

Re: Cyrus in shared-only setup with no user inboxes?

2003-02-26 Thread Earl R Shannon
Hello, We are in the process of setting up a machine just to do shared folders. There will be no user accounts on the machine. Their accounts are on other servers. We use kerberos for authentication, so once the ACL for their id is setup all they need to do is create the account in the client

Re: Cyrus process model...

2003-02-26 Thread Rob Mueller
It is always a big pain to update code that was never written to be threaded, to be thread-safe. Apache2 has a problems with just about every third party module supported under Apache 1.3. I imagine that Cyrus would have all sorts of thread issues. There is no magic solution for that.

Re: Cyrus process model...

2003-02-26 Thread David Lang
I will also add that on current *nix systems the advantages of threads over processes is a lot less then it used to be. In my case we are running apache2 on AIX and found no noticable difference between the two (so we are useing processes for the stability reasons you note below) David Lang On

Re: Cyrus process model...

2003-02-26 Thread Lawrence Greenfield
From: Rob Mueller [EMAIL PROTECTED] Date: Thu, 27 Feb 2003 08:22:09 +1100 [...] In the case of cyrus, I think you can quite happily stick with the multi-process model, I wasn't advocating moving to a threaded model. The discussion started due to an issue with killing child

cyradm authentication error

2003-02-26 Thread kewilliams
All, I'm hoping someone can help me with this issue. I have a new install with Redhat 8.0. I used the sasl RPM 2.1.7-2. I downloaded and installed cyrus imap version 2.1.12. My imapd.conf file looks as follows: configdirectory: /var/imap partition-default: /var/spool/imap admins: cyrus root