Re: Hardware RAID Level & Performance

2005-02-18 Thread lst_hoe01
Zitat von Jure Pe_ar <[EMAIL PROTECTED]>: > On Thu, 17 Feb 2005 20:50:56 +0100 > [EMAIL PROTECTED] wrote: > > > If you want the benefits of host independant RAID and cheap SATA disks you > > may have a look at this one : > > http://www.icp-vortex.com/english/product/pci/rz_sata_8/8586rz_e.htm > >

Re: Hardware RAID Level & Performance

2005-02-18 Thread David Carter
On Thu, 17 Feb 2005, Jure [ISO-8859-2] Pe_ar wrote: > Has anyone any expirience with Aplle Xserve RAID offer? It seems to be > the cheapest of the bunch. One of my collegues has a couple of Xserve RAIDs. Very shiny. The main problem seems to be that you need two separate RAID controllers (one

Cyrus/OpenLDAP/Kerberos/Vpopmail

2005-02-18 Thread Rowan Woodhouse
Hi, I've currently got a qmail/vpopmail install using ldap that I'm very happy with. Is it possible for Cyrus to authenticate against the ldap directory used by vpopmail? I would like to be able to use Cyrus with OpenGroupware without having to move away from qmail. Thanks, Rowan. --- Cyrus Hom

Re: Cyrus 2.2.8: imapd dies + corrupt inbox

2005-02-18 Thread Bernd Nies
Hi again, We are running Cyrus 2.2.8 on Solaris 8 using saslauthd and LDAP authentication. Since we upgraded to Cyrus 2.2.8 it happens frequently that users inboxes get corrupted and clients cannot connect. Is this a known bug and has it been fixed with Cyrus 2.2.10? The entry in the logfile i

Re: Hardware RAID Level & Performance

2005-02-18 Thread Paul Dekkers
Hi, David Carter wrote: We have one of the following boxes on our tape streaming system: http://www.infortrend.com/a16f_g.asp We use this one for mail (and two others for backup) with an Adaptec SCSI-controller. Works fine, the only SPOF in our setup is the RAID controller in the unit; we hav

Re: Cyrus 2.2.8: imapd dies + corrupt inbox

2005-02-18 Thread Igor Brezac
On Fri, 18 Feb 2005, Bernd Nies wrote: Hi again, We are running Cyrus 2.2.8 on Solaris 8 using saslauthd and LDAP authentication. Since we upgraded to Cyrus 2.2.8 it happens frequently that users inboxes get corrupted and clients cannot connect. Is this a known bug and has it been fixed with Cy

Re: Delete folders via another IMAP client

2005-02-18 Thread Forrest Aldrich
Craig White wrote: On Fri, 2005-02-18 at 00:53 -0500, Forrest Aldrich wrote: Using Cyrus IMAP 2.1.10 (FreeBSD port), I'm able to create folders within my account, but cannot delete them. The mailbox was created via standard cyradm: cyradm --user admin my.domain.com > cm user/username Perhaps

Re: Cyrus 2.2.8: imapd dies + corrupt inbox

2005-02-18 Thread Andrew Morgan
On Fri, 18 Feb 2005, Bernd Nies wrote: Hi again, These crashes are caused because cyrus runs out of file descriptors: Feb 18 14:37:51 mailsrv lmtpunix[25178]: [ID 136705 local6.error] IOERROR: opening /var/spool/adnmail/cyrus/mail/dev/a2k-dev/cyrus.cache: Too many open files Feb 18 14:37:51 mailsrv

Deleting an IMAP-User / Managing mailboxes

2005-02-18 Thread Markus Eiden
Hi, is there a (complete?) list of tool which helps the adminstrator to manage the cyrus-mailboxes? While creating mailboxes with my own PHP-frontend is no problem, deleting the INBOX seems to be difficult (no suitable PHP-functions for changing ACLs etc.). Patrick Gibson gives me last Monday

Re: Deleting an IMAP-User / Managing mailboxes

2005-02-18 Thread Forrest Aldrich
As I understand, you must grant the admin user "c" (or more) under cyradm first, then delete. There's also "web-cyradm" at http://www.web-cyradm.org/. Though I loath having to depend upon a gui for things like this, Cyrus is complex and maybe a gui will help with day-to-day tasks. This topi

Re: Deleting an IMAP-User / Managing mailboxes

2005-02-18 Thread Hans-Juergen Beie
on 18.02.2005 at 19:58 Markus Eiden wrote: Is there a small commandline-tool just for deleting Users (deleting/moving the INBOX and subfolders) like imap_delete_user --mailbox domain:example.com:user:foo -user cyrus -password password (I know cyradmin, of cause) Thanks a lot Markus Have a l

Re: Cyrus/OpenLDAP/Kerberos/Vpopmail

2005-02-18 Thread John Wade
Hi Rowan, I can't speak to the vpopmail or kerberos question, but you can definitely use cyrus + ldap + qmail which is what we doQmail and cyrus are not the greatest fit because qmail does not speak LMTP (possible performance issue and no single instance store) but it works fine for us. Ther