Re: [Dovecot] Berkeley DB with Dovecot

2012-05-22 Thread Andraž 'ruskie' Levstik
:2012-05-22T18:20:/dev/rob0: > > >> What are the main advantages/disadvantages of using SQLite > > >> over MySQL? Well the main one... You don't have a full blown RDBMS running which in my opinion is a waste of resources. Anyway I also have a SQLite based Dovecot and Exim setup. In case you care

Re: [Dovecot] Berkeley DB with Dovecot

2012-05-22 Thread /dev/rob0
On Mon, May 21, 2012 at 02:37:28PM +0200, Sven Hartge wrote: > Jerry wrote: > > On Mon, 21 May 2012 06:14:10 -0400 Charles Marcus articulated: > >> Out of curiousity... > >> > >> How is the performance of SQLite? I'm assuming it is only > >> recommended for servers that are not under heavy load..

Re: [Dovecot] fts_lucene crashing

2012-05-22 Thread Timo Sirainen
On 22.5.2012, at 22.44, Joe Beaubien wrote: > I found this in mail.err. Anyone ever experience this? > > May 22 14:51:51 mba dovecot: imap(formulaire): Panic: file > lucene-wrapper.cc: line 196: unreached Some search key (sent by client) wasn't valid UTF-8. I found one way of how it could happe

Re: [Dovecot] sieve

2012-05-22 Thread upen
On Tue, May 22, 2012 at 3:37 PM, Daniel Parthey wrote: > Upendra Gandhi wrote: >> I'd like to keep all emails coming from alom-alert@anydomain and not >> forward those but rest of the emails will be kept and forwarded as >> well. >> >> I put following in the .dovecot.sieve >> >> if header :contain

Re: [Dovecot] sieve

2012-05-22 Thread Daniel Parthey
Upendra Gandhi wrote: > I'd like to keep all emails coming from alom-alert@anydomain and not > forward those but rest of the emails will be kept and forwarded as > well. > > I put following in the .dovecot.sieve > > if header :contains "Sender" "alom-alert@" { > keep; > if not header :contains "S

[Dovecot] sieve

2012-05-22 Thread upen
Hi, I'd like to keep all emails coming from alom-alert@anydomain and not forward those but rest of the emails will be kept and forwarded as well. I put following in the .dovecot.sieve if header :contains "Sender" "alom-alert@" { keep; if not header :contains "Sender" "alom-alert@" { redirect "my

[Dovecot] fts_lucene crashing

2012-05-22 Thread Joe Beaubien
I found this in mail.err. Anyone ever experience this? May 22 14:51:51 mba dovecot: imap(formulaire): Panic: file lucene-wrapper.cc: line 196: unreached May 22 14:51:51 mba dovecot: imap(formulaire): Error: Raw backtrace: /opt/dovecot-2.1.6-lucene/lib/dovecot/libdovecot.so.0(+0x4200a) [0x7f7e0edfd

Re: [Dovecot] Failed build with lucene plugin

2012-05-22 Thread Timo Sirainen
On 22.5.2012, at 13.47, Nick Rosier wrote: > You need to compile CLucene 2.3.3.4 with Clang. I've also tried with the > FreeBSD included compiler but it fails. The recent addition of SOLR-support > to the dovecot2 port was made by and at the request of me. I would like to > add lucene 2.3.3.4 t

Re: [Dovecot] Failed build with lucene plugin

2012-05-22 Thread Nick Rosier
Veniamin Gvozdikov wrote: Thank you. I'm using the FreeBSD, and clucene is 0.9. Now I'm try compile 2.3.3.4 which's fails now, and then I'll try build the dovecot with lucene plugin. You need to compile CLucene 2.3.3.4 with Clang. I've also tried with the FreeBSD included compiler but it fails.

Re: [Dovecot] Failed build with lucene plugin

2012-05-22 Thread Veniamin Gvozdikov
Thank you. I'm using the FreeBSD, and clucene is 0.9. Now I'm try compile 2.3.3.4 which's fails now, and then I'll try build the dovecot with lucene plugin. 2012/5/22 Nick Rosier : > Veniamin Gvozdikov wrote: >> >> Hi, >> >>  I've tryed build dovecot with the lucene plugin but I have this is >> ou