Re: Too slow

2006-10-25 Thread Robert Mueller
I turned the mail partition now to xfs and it's terribly fast. WOW!!! did you use an ext3 partition with dir_index before? I'm just asking We've just had some experience with filesystems ourselves. Previously we've used reiserfs exclusively for the last 5 years. All up, it's been really go

Re: Too slow

2006-10-25 Thread Warren Turkal
On Wednesday 25 October 2006 20:20, Marten Lehmann wrote: > did you use an ext3 partition with dir_index before? I'm just asking > because we are at a similar point and need to make a decision. All > benchmarks I know of don't show that XFS actually performs faster than a > modern ext3. Actually, w

Re: CREATE INBOX/attention: NO Invalid mailbox name

2006-10-25 Thread Marten Lehmann
Hello, Why? If the problem is that Dovecot uses the folders below inbox, then do the migration and *THEN* enable altnamespace. Simple! :-) the problem is, that dovecot allows both: at the same level of INBOX and subfolders of INBOX. Cyrus only supports on of both at the same time. So I ch

Re: Too slow

2006-10-25 Thread Marten Lehmann
Hello, I turned the mail partition now to xfs and it's terribly fast. WOW!!! did you use an ext3 partition with dir_index before? I'm just asking because we are at a similar point and need to make a decision. All benchmarks I know of don't show that XFS actually performs faster than a moder

Re: cyradm auth failure with krb admin instances

2006-10-25 Thread Jukka Salmi
Jukka Salmi --> info-cyrus (2006-10-24 18:46:52 +0200): > Jukka Salmi --> info-cyrus (2006-10-22 16:32:58 +0200): > > Jukka Salmi --> info-cyrus (2006-10-22 16:23:30 +0200): > > > Hi, > > > > > > I'm using Cyrus IMAP4 v2.2.13. > > > > > > I haven't used cyradm for some time, but today I noticed I

question on poptimeout

2006-10-25 Thread Marten Lehmann
Hello, some of our users are grumping that they get the pop3 error: -ERR [IN-USE] Unable to lock maildrop: Mailbox is locked by POP server I know where it comes from and I understand that there must be a sort of locking for pop3. But sometimes users seem to get an authentication error and are

Re: Message contains invalid header

2006-10-25 Thread Marten Lehmann
Hello, sorry, but I'm not looking for a way to change anything in an email, I am looking for a way so that Cyrus doesn't check for such errors and simply ignores them. Even if I would remove the according message ids in new messages, I still have to migrate the old mailboxes and IMAP is givi

Re: Message contains invalid header

2006-10-25 Thread Simon Matter
> Marten Lehmann wrote: >> Hello, >> >> from time to time we are getting this message in our exim logs: >> >> LMTP error after end of data: 554 5.6.0 Message contains invalid header >> >> I have also experienced this error while I'm syncing emails from an >> old server to our new cyrus mailserver.

Re: Message contains invalid header

2006-10-25 Thread Adam Stephens
Marten Lehmann wrote: Hello, from time to time we are getting this message in our exim logs: LMTP error after end of data: 554 5.6.0 Message contains invalid header I have also experienced this error while I'm syncing emails from an old server to our new cyrus mailserver. I have munge8bit:

Message contains invalid header

2006-10-25 Thread Marten Lehmann
Hello, from time to time we are getting this message in our exim logs: LMTP error after end of data: 554 5.6.0 Message contains invalid header I have also experienced this error while I'm syncing emails from an old server to our new cyrus mailserver. I have munge8bit: false in my imapd.conf

Re: Creating sieve script with image attachements

2006-10-25 Thread Michael Menge
Hi, you need require ["fileinto", "body"] and Cyrus 2.3.0 or greater Quoting Adam D <[EMAIL PROTECTED]>: Michael Menge wrote: Hi, Content-Type filtering is done by the sieve body extenssion http://www.ietf.org/internet-drafts/draft-ietf-sieve-body-04.txt You want to have a look at the exa