Re: Skiplist vs Berkley db

2006-04-19 Thread Marc G. Fournier
On Thu, 20 Apr 2006, Marc G. Fournier wrote: On Wed, 19 Apr 2006, John Hampton wrote: barsalou wrote: What I was wondering iscan someone help list the pro's and cons of skiplist and Bdb? I found the following link to be very helpful http://cyrusimap.web.cmu.edu/twiki/bin/view/Cyrus/Wha

Re: Skiplist vs Berkley db

2006-04-19 Thread Marc G. Fournier
On Wed, 19 Apr 2006, John Hampton wrote: barsalou wrote: What I was wondering iscan someone help list the pro's and cons of skiplist and Bdb? I found the following link to be very helpful http://cyrusimap.web.cmu.edu/twiki/bin/view/Cyrus/WhatDatabaseBackend 'k, just read this, thx ...

Re: does xfer require murder?

2006-04-19 Thread Perry Brown
Thanks for the imtest idea. It looks like I can log in OK. server1.sub1% /opt/mail/cyrus-imapd/bin/imtest -m login -p imap server2.sub2.domain.com S: * OK server2.sub2.domain.com Cyrus IMAP4 v2.2.8 server ready C: C01 CAPABILITY S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFER

Re: SAN based storage

2006-04-19 Thread Ben Carter
Michael Loftis wrote: > > > --On April 19, 2006 12:47:26 PM -0500 John Wade <[EMAIL PROTECTED]> wrote: > >> We run cyrus on RedHat on a CX600. For our administrative users, we put >> the whole thing on a nine disk fibre channel RAIDgroup, split into 6 >> luns, 5 for mail spool partitions and 1

Re: SAN based storage

2006-04-19 Thread Michael Loftis
--On April 19, 2006 12:47:26 PM -0500 John Wade <[EMAIL PROTECTED]> wrote: We run cyrus on RedHat on a CX600. For our administrative users, we put the whole thing on a nine disk fibre channel RAIDgroup, split into 6 luns, 5 for mail spool partitions and 1 for all the other metadata. Total mai

Re: Avoiding deliver.db corruption

2006-04-19 Thread Patrick Radtke
basically duplicate suppression might miss a few messages (since you've deleted what it does its comparison against). Also, I think it resets any state associated with vacation. e.g. Someone who has already gotten a vacation auto-response, may get another one after the deliver.db is deleted a

Re: does xfer require murder?

2006-04-19 Thread Patrick Radtke
On Apr 19, 2006, at 12:54 PM, Ken Murchison wrote: Andrew Morgan wrote: On Wed, 19 Apr 2006, Ken Murchison wrote: Perry Brown wrote: Here is what my imapd.conf looks like: defaultpartition: imap1 configdirectory: /var/imap partition-imap1: /var/spool/imap1 admins: cyrus support srvtab: /va

Re: Skiplist vs Berkley db

2006-04-19 Thread John Hampton
barsalou wrote: What I was wondering iscan someone help list the pro's and cons of skiplist and Bdb? I found the following link to be very helpful http://cyrusimap.web.cmu.edu/twiki/bin/view/Cyrus/WhatDatabaseBackend -John Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ:

Re: SAN based storage

2006-04-19 Thread John Wade
We run cyrus on RedHat on a CX600. For our administrative users, we put the whole thing on a nine disk fibre channel RAIDgroup, split into 6 luns, 5 for mail spool partitions and 1 for all the other metadata. Total mail spool size is 300GB. We average about 300 concurrent users. The CX600 is h

Re: SAN based storage

2006-04-19 Thread Michael Loftis
--On April 19, 2006 6:40:27 PM +0200 Andrzej Kwiatkowski <[EMAIL PROTECTED]> wrote: Hi I'm going to build email-system based on cyrus with SAN storage. As an array i will use CX700. For every instance i'g going to build raid group from 9 146GB disks. I've noticed that in last version of i

Avoiding deliver.db corruption

2006-04-19 Thread Karl Boyken
If I hacked our init script to delete deliver.db before starting Cyrus IMAPD, what adverse consequences would there be, if any? We recently were bitten by deliver.db corruption when our mail server went down ungracefully. Thanks in advance. Karl Boyken -- Karl Boyken, system administrator

Re: does xfer require murder?

2006-04-19 Thread Ken Murchison
Andrew Morgan wrote: On Wed, 19 Apr 2006, Ken Murchison wrote: Perry Brown wrote: Here is what my imapd.conf looks like: defaultpartition: imap1 configdirectory: /var/imap partition-imap1: /var/spool/imap1 admins: cyrus support srvtab: /var/imap/srvtab quotawarn: 85 popminpoll: 0 autocreateq

Skiplist vs Berkley db

2006-04-19 Thread barsalou
I'm considering moving to skiplist from berkley db when deploying a new cyrus server. (So no account transfers are going to be needed) What I was wondering iscan someone help list the pro's and cons of skiplist and Bdb? I was talking about this move to a friend of mine, whose opinion I r

SAN based storage

2006-04-19 Thread Andrzej Kwiatkowski
Hi I'm going to build email-system based on cyrus with SAN storage. As an array i will use CX700. For every instance i'g going to build raid group from 9 146GB disks. I've noticed that in last version of imapd is possibility to separate mail files and meta files. Does it make sense to seperate

Re: Restoring Mailboxes

2006-04-19 Thread Andrew Morgan
On Wed, 19 Apr 2006, Dr. Harry Knitter wrote: Am Mittwoch, 19. April 2006 15:27 schrieb [EMAIL PROTECTED]: Hello, we have a problem to restore Cyrus mailboxes from an installation of SuSE 9.2 which we want to transfer do a SuSE 10.0 installation. We have backuped the directories /var/lib/imap

Re: does xfer require murder?

2006-04-19 Thread Andrew Morgan
On Wed, 19 Apr 2006, Ken Murchison wrote: Perry Brown wrote: Here is what my imapd.conf looks like: defaultpartition: imap1 configdirectory: /var/imap partition-imap1: /var/spool/imap1 admins: cyrus support srvtab: /var/imap/srvtab quotawarn: 85 popminpoll: 0 autocreatequota: 3 sasl_pwche

Re: SYSLOG problem. Can't seperate sendmail from cyrus.

2006-04-19 Thread Aaron Bennett
Mark London wrote: I have cyrus installed via redhat 4 rpms. I thought I could separate all cyrus messages from sendmail, by doing the following in syslog.conf: *.info;mail.none;news.none;authpriv.none;cron.none;local6.* /var/log/messages mail.*;local6.none

Re: Restoring Mailboxes

2006-04-19 Thread Dr. Harry Knitter
Am Mittwoch, 19. April 2006 15:27 schrieb [EMAIL PROTECTED]: > > Hello, > > > > we have a problem to restore Cyrus mailboxes from an installation of SuSE > > 9.2 > > which we want to transfer do a SuSE 10.0 installation. > > We have backuped the directories /var/lib/imap and /var/spool/imap and > >

Re: does xfer require murder?

2006-04-19 Thread Ken Murchison
Perry Brown wrote: Here is what my imapd.conf looks like: defaultpartition: imap1 configdirectory: /var/imap partition-imap1: /var/spool/imap1 admins: cyrus support srvtab: /var/imap/srvtab quotawarn: 85 popminpoll: 0 autocreatequota: 3 sasl_pwcheck_method: saslauthd lmtp_over_quota_perm_fa

Re: Move from one server with 2.1.9 to another server with 2.2.3

2006-04-19 Thread throwaway-it
I did not see a reply to Martijn's inquiry. I am particularly interested in question #2and #4 below, but in my case it's on a Solaris 5.8 (Cyrus 2.1.11) platform migrating to Linux AS 3.0 (Cyrus 2.2.12). 2.1.11 does not have the "xfer" command, 2.2.12 does. Which release of 2.1.XX was the 'xfe

Re: expected release date for cyrus-imapd-2.3.4?

2006-04-19 Thread Ken Murchison
Andrzej Kwiatkowski wrote: 2006/4/19, Ken Murchison <[EMAIL PROTECTED]>: Khalid Mehmood wrote: What is the expected release date of cyrus-imapd-2.3.4? Hadn't even thought about it? Is there a particular fix that you are looking for? Hi. I'm not sure if this what i need is in 2.3.3. But w

Re: setting up tls

2006-04-19 Thread Chris Hilts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 nikhil BS wrote: > how do i setup cyrus to use the starttls command?i tried creating some > certificates using openssl set the tls_cert_* fields in the imapd.conf > file and have gotten nowhere. help please What have you tried? Post the relevant port

Re: deleting mailboxes

2006-04-19 Thread Craig White
On Wed, 2006-04-19 at 15:41 +0530, nikhil BS wrote: > hi > how do we delete mailboxes in cyrus. i keep getting 'permission > denied' message even after setting the deleteright option in the > imapd.conf. what am i supposed to do? > by default, cyrus admins don't have privileges to delete a ma

Re: unixhierarchysep: 1 ... web interfaces ...

2006-04-19 Thread Matt Selsky
On Apr 18, 2006, at 4:55 PM, Marc G. Fournier wrote: does anyone know of any that actually allow to switch from . -> /? As an example, to check quotas, Horde webmail / IMP has a ' "userhierarchy' => 'user.'" setting ... but its "hardcoded", so I can't easily have a "one interface for multip

Restoring Mailboxes

2006-04-19 Thread Dr. Harry Knitter
Hello, we have a problem to restore Cyrus mailboxes from an installation of SuSE 9.2 which we want to transfer do a SuSE 10.0 installation. We have backuped the directories /var/lib/imap and /var/spool/imap and copied them to the new installation. after restarting Cyrus syslog was flooded with m

setting up tls

2006-04-19 Thread nikhil BS
hi how do i setup cyrus to use the starttls command?i tried creating some certificates using openssl set the tls_cert_* fields in the imapd.conf file and have gotten nowhere. help please regards nikhil Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.

Re: expected release date for cyrus-imapd-2.3.4?

2006-04-19 Thread Andrzej Kwiatkowski
2006/4/19, Ken Murchison <[EMAIL PROTECTED]>: > Khalid Mehmood wrote: > > What is the expected release date of > > cyrus-imapd-2.3.4? > > Hadn't even thought about it? > > Is there a particular fix that you are looking for? > > Hi. I'm not sure if this what i need is in 2.3.3. But what with murde

deleting mailboxes

2006-04-19 Thread nikhil BS
hi how do we delete mailboxes in cyrus. i keep getting 'permission denied' message even after setting the deleteright option in the imapd.conf. what am i supposed to do? regards Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: