Re: Intermittent imapd hang

2001-06-29 Thread Lawrence Greenfield
The next question is "what process _is_ holding the lock?" "lsof" should be able to tell you this. Once you determine what process is holding the lock, gdb it and find out why it's not making any progress. Installing a non-stripped imapd is a very good idea. Using gcc, you suffer a minimal per

Re: Intermittent imapd hang

2001-06-29 Thread Jules Agee
Looks like once the problem is triggered, the imapd hangs up after unsuccessfully trying to get an flock() on "/var/imap/user/x/user.seen". I was able to trigger the problem by using Netscape Messenger and dragging multiple nested folders containing lots of messages from "Local Mail" on the client

sasl + pam

2001-06-29 Thread Kevin J. Menard, Jr.
Hey guys, I'm not sure if this is the appropriate list for this or not. The SASL one seems to not be very lively, so I don't know if it's gone defunct or what have you. So, if it is the wrong place, I apologize for the spam. The problem is just what I said. Actually, I'm runni

cyrus/postix malformed response error

2001-06-29 Thread Goldcoast POP3 server
Hello I'm receiving the following error in our /var/log/messages file. We are running Cyrus and postfix as our mail server and delivery system on RH 7.1 Also Netscape clients cannot retrieve their mail or it doesn't allow them to login? any suggestion welcome!. The error log shows as follows

Re: view quota usage.

2001-06-29 Thread Ken Murchison
Tarjei Huse wrote: > > Hi, this has probably been asked before, but how do I list the used quota > for all my users, > > I tried lq user.*, but it does not work. Run /usr/cyrus/bin/quota and the 'cyrus' user -- Kenneth Murchison Oceana Matrix Ltd. Software Engineer 21 Princeton Pla

Re: view quota usage.

2001-06-29 Thread Lawrence Greenfield
From: "Tarjei Huse" <[EMAIL PROTECTED]> Date: Fri, 29 Jun 2001 18:39:39 +0200 Hi, this has probably been asked before, but how do I list the used quota for all my users, I tried lq user.*, but it does not work. I've attached the perl script that I've used. You might need to make

Re[2]: CYRUS_SERVICE - solution ?

2001-06-29 Thread Kevin J. Menard, Jr.
Hey Christoph, Friday, June 29, 2001, 10:22:15 AM, you wrote: CK> So I get a new problem: CK> Jun 29 16:18:43 hal master[14087]: process 14091 exited, status 0 CK> Jun 29 16:19:24 hal imapd: could not getenv(CYRUS_SERVICE) CK> Jun 29 16:19:24 hal service-imapd[14099]: executed CK> Jun 29 16:19

view quota usage.

2001-06-29 Thread Tarjei Huse
Hi, this has probably been asked before, but how do I list the used quota for all my users, I tried lq user.*, but it does not work. ??? Tarjei

Re: CYRUS_SERVICE - solution ?

2001-06-29 Thread Ken Murchison
Christoph Krempe wrote: > > On Fri, 29 Jun 2001 08:14:57 -0400 Ken Murchison <[EMAIL PROTECTED]> wrote: > > > > > Christoph Krempe wrote: > > > > > > Hi, > > > > > > are there any solutions for the imap-problem announced by Ken Murchison > > > <[EMAIL PROTECTED]> ?? I got the same problem on a

Re: CYRUS_SERVICE - solution ?

2001-06-29 Thread Christoph Krempe
On Fri, 29 Jun 2001 08:14:57 -0400 Ken Murchison <[EMAIL PROTECTED]> wrote: > > Christoph Krempe wrote: > > > > Hi, > > > > are there any solutions for the imap-problem announced by Ken Murchison > > <[EMAIL PROTECTED]> ?? I got the same problem on a Linux maschine (Suse > > 7.0) > > > > "ima

Re: sasldb-error

2001-06-29 Thread Amos Gouaux
> On Fri, 29 Jun 2001 08:44:21 +0200, > Christoph Krempe <[EMAIL PROTECTED]> (ck) writes: ck> I did so, too. ck> The error is not "permission denied", but ck> "unable to open Berkeley db /etc/sasldb: Invalid argument". I'm by no means a Berkeley db expert, but I have noticed that often t

Re: CYRUS_SERVICE - solution ?

2001-06-29 Thread Ken Murchison
Christoph Krempe wrote: > > Hi, > > are there any solutions for the imap-problem announced by Ken Murchison > <[EMAIL PROTECTED]> ?? I got the same problem on a Linux maschine (Suse > 7.0) > > "imapd: could not getenv(CYRUS_SERVICE)" ?? I did not announce the problem, I was simply trying to d

RE: Automating mailbox creation

2001-06-29 Thread Daniel . Matuschek
There was a patch some time ago in this list (i guess). The problem with this idea is that you will create the mailbox automatically (which is good), but if the account will be deleted, the mailbox itself will not be deleted. Daniel. -Original Message- From: Dietmar Rahlfs [mailto:[EMAI

CYRUS_SERVICE - solution ?

2001-06-29 Thread Christoph Krempe
Hi, are there any solutions for the imap-problem announced by Ken Murchison <[EMAIL PROTECTED]> ?? I got the same problem on a Linux maschine (Suse 7.0) "imapd: could not getenv(CYRUS_SERVICE)" ?? > e-d0uble wrote: > > Applied patch and... Still no luck. Here's the log: > > Jun 9 12:03:22

Automating mailbox creation

2001-06-29 Thread Dietmar Rahlfs
Hello, our cyrus-imapd server is using the NetWare NDS for user authentication. It would be nice if -- after having added a new user to the NDS -- the cyrus IMAP mailbox would automatically be created after a successfull login of the new IMAP user. Is it possible to configure this in any way or

Re: sasldb-error

2001-06-29 Thread Christoph Krempe
On Fri, 29 Jun 2001 01:04:22 +0800 "Rocky S. Lee" <[EMAIL PROTECTED]> wrote: > I think it is because of the read permission of the sasldb file. > My cyrus user is cyrus:mail, so > > chgrp mail /etc/sasldb > and > chmod g+r /etc/sasldb > > It's OK. > > BTW: One can find the answer of his que