createmailbox: Permission denied

2002-01-21 Thread Manuel Hendel
I'm quite new to cyrus. I try to create a mailbox for a given user "bob". I logged in using "cyradm -u mailadmin localhost". After that I used "cm user.bob" to create the mailbox, and got the following error message. What's wrong here? Thanks for any help, Manuel -- Can light exist without

Re: createmailbox: Permission denied

2002-01-21 Thread Birger Toedtmann
Manuel Hendel schrieb am Mon, Jan 21, 2002 at 01:05:26PM +0100: > I'm quite new to cyrus. I try to create a mailbox for a given user > "bob". I logged in using "cyradm -u mailadmin localhost". After that I > used "cm user.bob" to create the mailbox, and got the following error > message. What's wr

Re: createmailbox: Permission denied

2002-01-21 Thread Manuel Hendel
On Mon, Jan 21, 2002 at 01:19:03PM +0100, Birger Toedtmann wrote: > Eh - and where's the error msg? (I don't see any) The error msg is in the subject, it's "createmailbox: Permission denied". > > But anyway: Are you sure having set the correct file owner/permissions for > the cyrus structures

Re: Erroneous "No space left on device" error

2002-01-21 Thread Fred Bacon
--On Sunday, January 20, 2002 10:18:32 PM +0100 Noll Janos <[EMAIL PROTECTED]> wrote: > > On 20-Jan-2002 Fred Bacon wrote: >> Since >> reconstruct gave the same error message, we may yet have another >> problem. > > This is good! > That means you can easily reproduce the error message with rec

Re: createmailbox: Permission denied

2002-01-21 Thread mdam
Heyho, On Mon, 21 Jan 2002, Manuel Hendel wrote: > I'm quite new to cyrus. I try to create a mailbox for a given user > "bob". I logged in using "cyradm -u mailadmin localhost". After that I > used "cm user.bob" to create the mailbox, and got the following error > message. What's wrong here? > >

Re: createmailbox: Permission denied

2002-01-21 Thread Birger Toedtmann
Manuel Hendel schrieb am Mon, Jan 21, 2002 at 01:33:58PM +0100: > On Mon, Jan 21, 2002 at 01:19:03PM +0100, Birger Toedtmann wrote: > > Eh - and where's the error msg? (I don't see any) > > The error msg is in the subject, it's "createmailbox: Permission > denied". > > > > > But anyway: Are yo

Re: createmailbox: Permission denied

2002-01-21 Thread Manuel Hendel
On Mon, Jan 21, 2002 at 02:20:17PM +0100, Birger Toedtmann wrote: > > I don't use one. It also depends on what version of cyrus you use, AFAIK > the O'Reilly book is a bit outdated (up to cyrus-1.6.x only?). That's right, I'm using cyrus-imapd-2.0.16_2 with cyrus-sasl-1.5.27. > > You should v

Re: Erroneous "No space left on device" error (solution)

2002-01-21 Thread Fred Bacon
Hi, I want to thank people for their help in solving this problem. Using strace finally gave me enough evidence to form a theory of what was going on. It turns out that we had a corrupted file system! (ext2_new_block: Free blocks count corrupted for block group 37.) After rebooting the syst

Re: Erroneous "No space left on device" error

2002-01-21 Thread Noll Janos
Hi! If I interpret it right: 1. a /var/spool/imap/user/franki/cyrus.header.NEW file is created 2. attempt is being made to write data to this file 3. attempt fails (operating system returns no space left on device), so this doesn't seem to be a Cyrus error. Are the two mailboxes (good

I'm looking for ssl for cyrus-imapd-2.0.16

2002-01-21 Thread Manuel Hendel
Does anyone know some documentation about that. There's nothing on the cyrus homepage and the stuff in the O'Reilly "Managing IMAP" seems to be a bit old. Thanks, Manuel -- If you think the system is working, ask someone who's waiting for a prompt.

Re: I'm looking for ssl for cyrus-imapd-2.0.16

2002-01-21 Thread Rob Siemborski
On Mon, 21 Jan 2002, Manuel Hendel wrote: > Does anyone know some documentation about that. There's nothing on > the cyrus homepage and the stuff in the O'Reilly "Managing IMAP" seems > to be a bit old. There is documentation in the doc/ subdirectory of the distribution that discusses setting th

Re: I'm looking for ssl for cyrus-imapd-2.0.16

2002-01-21 Thread Jim Grimmett
From: "Manuel Hendel" <[EMAIL PROTECTED]> > > Does anyone know some documentation about that. There's nothing on > the cyrus homepage and the stuff in the O'Reilly "Managing IMAP" seems > to be a bit old. Well, we have Cyrus 2.0.16 installed here and I've just gone through enabling IMAPS (I assum

DBerror

2002-01-21 Thread Tarjei Huse
Hi, Finally also got stuck with the DBerror bug. ;( I tried to find if this part of the bug (librt.so.1) was reported by others, but didn't find anything. Anyway, here goes: The error in my log was: error while loading shared libraries: librt.so.1: cannot open shared object file: Error 23 Also

Re: DBerror

2002-01-21 Thread Rob Siemborski
On Mon, 21 Jan 2002, Tarjei Huse wrote: > Has the ldap support been ported to sasl2 now? Is it more stable? SASL >= 2.1.0 and Cyrus >= 2.1.1 are both considered to be stable releases, which we are using in production at CMU. However, as far as we know, no one has written a LDAP auxprop plugin o

tooo bleeding edge?

2002-01-21 Thread Amos Gouaux
Well, late last night I upgraded our server. Before: - cyrus-sasl post-1.5.27 cvs snapshot from 20010809 - cyrus-imapd cvs snapshot from 20011120 - berkeley db 3.3.11 After: - cyrus-sasl 2.1.0 - cyrus-imapd cvs snapshot from 20020119 - berkeley db 4.0.14 All of this was compiled on

Re: tooo bleeding edge?

2002-01-21 Thread Rob Siemborski
On Mon, 21 Jan 2002, Amos Gouaux wrote: > But perhaps more disturbing is that saslauthd appears to be freezing > up. I haven't been able to detect a pattern yet, but saslauthd > seems to stop handling requests. The daemons are still running, but If you could get a truss/strace output from this

Re: DBerror

2002-01-21 Thread birger
Rob Siemborski schrieb am Mon, Jan 21, 2002 at 10:43:40AM -0500: > On Mon, 21 Jan 2002, Tarjei Huse wrote: > > > Has the ldap support been ported to sasl2 now? Is it more stable? > > SASL >= 2.1.0 and Cyrus >= 2.1.1 are both considered to be stable > releases, which we are using in production at

Re: DBerror

2002-01-21 Thread Rob Siemborski
On Mon, 21 Jan 2002 [EMAIL PROTECTED] wrote: > A question on that matter. I am considering to write the saslauthd module > for SASL2 and LDAP auth. However, I haven't figured out yet how to supply > saslauthd with the information necessary to make such a module work. Currently the auth_rimap m

PAM Soalris 8

2002-01-21 Thread Kiarna Boyd
Any one have any happy examples of their pam.conf file for solaris 8? Cyrus/sasl/imap etc... THANKS! -Kiarna

Re: createmailbox: Permission denied

2002-01-21 Thread dieter franzke
Hi, Am Mon, 2002-01-21 um 14.37 schrieb Manuel Hendel: > On Mon, Jan 21, 2002 at 02:20:17PM +0100, Birger Toedtmann wrote: > > > > I don't use one. It also depends on what version of cyrus you use, AFAIK > > the O'Reilly book is a bit outdated (up to cyrus-1.6.x only?). > > That's right, I'm u

bulletin boards

2002-01-21 Thread chaddblu
What is the correct/appropriate/common namespace for setting up bulletin boards? I am also using the + naming convention ([EMAIL PROTECTED]). I can only seem to get the + naming to work when I create the board under the "user." namespace. I would really like to keep the boards under a "board."

Re: bulletin boards

2002-01-21 Thread Amos Gouaux
> On Mon, 21 Jan 2002 14:57:29 -0500, > chaddblu <[EMAIL PROTECTED]> (c) writes: c> What is the correct/appropriate/common namespace for setting up c> bulletin boards? I am also using the + naming convention c> ([EMAIL PROTECTED]). I can only seem to get the + c> naming to work when I cr