Re: Cyradm - can't locate Shell.pm

2001-01-16 Thread Chris Blown

Karlheinz

I'm sure about the perl problem. My guess is a missing perl module ;-)

But you can create a user mail box using ( as the cyrus user) >createmailbox 
user.freddy
you can then also use >listmailbox user.freddy

The user authentication credentials must be set up for the user to login, how this is 
done depends
on your SASL method.

I think 5-10 mailboxes on that machine would be ok. I roughly gauge at about 1Mb of  
physical
memory for each connected user. Though it might get a little slow when the other 
services load up.

Regards
Chris Blown
Linux System Admin
Hinterlands Aust.


Karlheinz Blank wrote:

> Hi,
>
> I've successfully (partially) installed Cyrus 2.0.9 on SuSE 7.0. Imtest
> is working. But so far I've been unable to execute cyradm.
> The following error message appears:
>
> Can't locate Cyrus/IMAP/Shell.pm in @INC (@INC contains: 
>/usr/lib/perl5/5.00503/i586-linux /usr/lib/perl5/5.00503 
>/usr/lib/perl5/site_perl/5.005/i586-linux /usr/lib/perl5/site_perl/5.005 .).
> BEGIN failed--compilation aborted.
>
> My path to perl is /usr/bin/perl. Could that be a potential problem. I really don't 
>know where
> to search for the error.
>
> Do I have a chance to create mailboxes without cyradm? Maybe with a webfrontend??
>
> Any help appreciated...
>
> Karlheinz
>
> btw. - Is it possible to store 5-10 imap mailboxes on a Pentium166/64mb (also 
>running squid, apache, sendmail, samba with very low load)? How does it perform?




Re: IDLE problem

2001-01-16 Thread Chris Blown

Cheers Ken,

Thanks for speedy patch.

Regs
Chris
Linux System Admin
Hinterlands Aust.

Ken Murchison wrote:

> John,
>
> Forget about my last message, here is the fix.  This was stupid, I don't
> know how I missed this.  I must have changed the signal disposition at
> the last minute without testing it.  I apologize for any problems that
> this caused.  This fix (and a similar one for idle_idled.c) is in CVS
> and will be in the next release.
>
> Ken
>
> diff -c -r1.1 -r1.2
> *** idle_poll.c 2000/12/14 19:26:48 1.1
> --- idle_poll.c 2001/01/16 16:54:26 1.2
> ***
> *** 88,92 
>   void idle_done(struct mailbox *mailbox)
>   {
>   /* Remove the polling function */
> ! signal(SIGALRM, SIG_DFL);
>   }
> --- 88,92 
>   void idle_done(struct mailbox *mailbox)
>   {
>   /* Remove the polling function */
> ! signal(SIGALRM, SIG_IGN);
>   }
>
> --
> Kenneth Murchison Oceana Matrix Ltd.
> Software Engineer 21 Princeton Place
> 716-662-8973 x26  Orchard Park, NY 14127
> --PGP Public Key--http://www.oceana.com/~ken/ksm.pgp




Re: PROBLEM!!!...

2001-01-15 Thread Chris Blown

On Linux at LILO type  linux single

This will enter run level 1 ( single )


"Jorge A. Rodriguez" wrote:

> Hi there:
>
> Friends, I know this is not a list of boot, but i need to boot in single
> mode because the file of passwd is corrupt, some can tellme How can i do
> it?, i mean what key i have to press to do it?
>
> regards...
>
> me.




Cyrus and Coda ??

2001-01-11 Thread Chris Blown

Hi All

I have been reading through this listing lately and I have some
comments and questions regarding redundancy and the Cyrus
IMAP server.

I have mostly read that redundancy for cyrus is in its infancy and many
interim solutions exist to help with this problem. A few threads mention
NFS file locking problems, some mention using cold servers and
others mention good RAID storage etc. Most threads I was happy to
read advise on a good backup system.

Does anyone know if the coda distributed file system would help in this
case ? I am new to the coda system and my initial research on it shows
that it may provide the sever replication necessary to achieve redundancy
on a range of cyrus nodes. Whether this would have the same problems
as NFS I am not really sure. I am also unsure if load balancing on these nodes
would be possible using coda.

I think the "mailboxes" file may cause the problems with this system ?

Any ideas, comments..

Regs

Chris Blown
Linux System Admin
Hinterlands Australia