Re: Is Reiserfs better than ext3

2004-01-12 Thread Kjetil Torgrim Homme
On Fri, 2004-01-09 at 16:46, mb wrote: At 17:54 +0530 Ramprasad A Padmanabhan wrote: I am having around 2000 users on my cyrus server ( redhat 9.0 ) someone told be I should reformat my partition in Reiserfs rather that ext3 and I will get a great perlformance improvement ..until you get

Re: SQUAT failed to open index file

2004-01-12 Thread Kjetil Torgrim Homme
On Thu, 2004-01-08 at 19:37, Ken Murchison wrote: Jan 8 16:07:52 vwclub imap[16435]: SQUAT failed to open index file Jan 8 16:07:52 vwclub imap[16435]: SQUAT failed It means that a client did a SEARCH on the mailbox and a SQUAT index file (created by squatter which accelerates SEARCH)

confused about BDB directory layout in imapd

2004-01-12 Thread Andreas
There are these files/directories in cyrus-imapd: /var/lib/imap/deliver.db /var/lib/imap/mailboxes.db /var/lib/imap/tls_sessions.db /var/lib/imap/db/* The /var/lib/imap/db/ directory, however, seems to hold no database: -rw---1 cyrusmail 8192 2004-01-08 18:02 __db.001

Lmtp refusing connection all of a sudden

2004-01-12 Thread Ramprasad A Padmanabhan
I have a cyrus 2.1.12 server running on redhat 7.2 with around 1500 users Now all of a sudden lmtp is refusing connections even though cyrus is running and the sock /var/imap/socket/lmtp is created Now How do I debug this error , Can I enable some loging somewhere I cant see anything in my

Re: Lmtp refusing connection all of a sudden

2004-01-12 Thread Lars Kristiansen
I have a cyrus 2.1.12 server running on redhat 7.2 with around 1500 users Now all of a sudden lmtp is refusing connections even though cyrus is running and the sock /var/imap/socket/lmtp is created Is lmtpd running, it has been known to die sometimes. ps -auxwww|grep lmtpd Now How do I

Re: Lmtp refusing connection all of a sudden

2004-01-12 Thread Andreas
On Mon, Jan 12, 2004 at 08:41:22PM +0530, Ramprasad A Padmanabhan wrote: I have a cyrus 2.1.12 server running on redhat 7.2 with around 1500 users Now all of a sudden lmtp is refusing connections even though cyrus is running and the sock /var/imap/socket/lmtp is created Check the directory

roadmap of 2.2 branch

2004-01-12 Thread Dmitry Alyabyev
hi any prediction about date of first release inside 2.2 branch ? is the roadmap available ? -- Dimitry

BDB or skiplist?

2004-01-12 Thread Andreas
I see that the cyrus-imap-2.2 branch already uses skiplist as the default format. Does this recomendation also apply to the 2.1 branch or was this due to some code change between 2.1 and 2.2?

Re: BDB or skiplist?

2004-01-12 Thread Patrick Welche
On Mon, Jan 12, 2004 at 02:05:22PM -0200, Andreas wrote: I see that the cyrus-imap-2.2 branch already uses skiplist as the default format. Does this recomendation also apply to the 2.1 branch or was this due to some code change between 2.1 and 2.2? I think the recommendation applies equally

Re: BDB or skiplist?

2004-01-12 Thread Igor Brezac
On Mon, 12 Jan 2004, Andreas wrote: I see that the cyrus-imap-2.2 branch already uses skiplist as the default format. Does this recomendation also apply to the 2.1 branch or was this due to some code change between 2.1 and 2.2? Yes. Keep in mind that skiplist is recommended for mboxlist

Re: roadmap of 2.2 branch

2004-01-12 Thread Ken Murchison
Dmitry Alyabyev wrote: hi any prediction about date of first release inside 2.2 branch ? is the roadmap available ? Unless something bad happens, 2.2.3 should be released this week. -- Kenneth Murchison Oceana Matrix Ltd. Software Engineer 21 Princeton Place 716-662-8973 x26 Orchard

Re: BDB or skiplist?

2004-01-12 Thread Avtar Gill
Andreas wrote: I see that the cyrus-imap-2.2 branch already uses skiplist as the default format. Does this recomendation also apply to the 2.1 branch or was this due to some code change between 2.1 and 2.2? Here are some notes which might help you in deciding which database backend to use and why.

Re: Lmtp refusing connection all of a sudden

2004-01-12 Thread James A. Pattie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ramprasad A Padmanabhan wrote: | I have a cyrus 2.1.12 server running on redhat 7.2 with around 1500 users | Now all of a sudden lmtp is refusing connections even though cyrus is | running and the sock /var/imap/socket/lmtp is created | | Now How do I

Re: Adding Users

2004-01-12 Thread Jason Williams
I'm pretty sure you need to specify a user that you are going to be connecting with. You also need to make sure that the user you are using is in the passwd backend that you are using: cyradm -u username localhost Jason At 11:14 AM 1/12/2004 -0800, you wrote: Hi, I'm using

Re: Adding Users

2004-01-12 Thread Tim Pushor
I would also make sure that master is running - telnet localhost 143 should give you a banner similar to: * OK host.domain.com Cyrus IMAP4 v2.1.15 server ready Jason Williams wrote: I'm pretty sure you need to specify a user that you are going to be connecting with. You also need to make sure

Re: Adding Users

2004-01-12 Thread Norman Zhang
I already did a su cyrus before typing cyradm localhost. I tried the command you recommended, but still get the same error message. Is there somewhere I can check the log for this? Does cyradm use any particular port? Regards, Norman Jason Williams wrote: I'm pretty sure you need to specify a

Re: Adding Users

2004-01-12 Thread Norman Zhang
I would also make sure that master is running - telnet localhost 143 should give you a banner similar to: * OK host.domain.com Cyrus IMAP4 v2.1.15 server ready Oh okay. I disable port 143 (imap) in favor of 993 (imaps). Does cyradm only connects to 143? Regards, Norman I'm pretty sure you need

Re: Adding Users

2004-01-12 Thread Tim Pushor
I'm not sure, but I'd give it a try. Norman Zhang wrote: I would also make sure that master is running - telnet localhost 143 should give you a banner similar to: * OK host.domain.com Cyrus IMAP4 v2.1.15 server ready Oh okay. I disable port 143 (imap) in favor of 993 (imaps). Does cyradm

Re: Adding Users

2004-01-12 Thread Norman Zhang
I would also make sure that master is running - telnet localhost 143 should give you a banner similar to: * OK host.domain.com Cyrus IMAP4 v2.1.15 server ready Oh okay. I disable port 143 (imap) in favor of 993 (imaps). Does cyradm only connects to 143? I'm not sure, but I'd give it a try. I

SSL/TLS question

2004-01-12 Thread Wil Cooley
[Sorry this is a repost from a month ago; I didn't get an answer then, but maybe my timing is better now.] For my web server, I use a certificate from Comodo which is very inexpensive by comparison with Thawte/Verisign certs, but it requires installation of an intermediary key for most browsers

Re: Adding Users

2004-01-12 Thread Craig Ringer
Norman Zhang wrote: Oh okay. I disable port 143 (imap) in favor of 993 (imaps). Does cyradm only connects to 143? Cyradm wants to use port 143/tcp - AFAIK it doesn't support IMAPs. Try running an IMAPd for standard IMAP that only talks to the loopback interface. For more information on how,

Re: SSL/TLS question

2004-01-12 Thread Craig Ringer
Wil Cooley wrote: [Sorry this is a repost from a month ago; I didn't get an answer then, but maybe my timing is better now.] For my web server, I use a certificate from Comodo which is very inexpensive by comparison with Thawte/Verisign certs, but it requires installation of an intermediary key