Displaying 20 results from an estimated 4000 matches similar to: "fts_lucene - hiding lucene-indexes folder?"
2005 Feb 25
4
corruption and errors in dovecot-stable
Hi,
We switched from dovecot 0.99.something to 1.0-stable (on FreeBSD 4.10)
a few days ago and have been seeing many errors and one corrupted
mailbox so far. Almost everyone uses mbox format, and most users
primarily use SquirrelMail; I use Apple Mail and Thunderbird, as well
as accessing the mailboxes locally with Mutt, and have not noted any
visible problems.
There have been several of
2005 Aug 02
0
[LLVMdev] [patch] gccld not passing -export-dynamic to gcc for link
On Mon, Aug 01, 2005 at 05:13:15PM -0500, Nicholas Riley wrote:
> The attached patch fixes this.
...but had tabs in it. Misha kindly reminded me off-list that this
was bad. Try this one instead.
--
Nicholas Riley <njriley at uiuc.edu> | <http://www.uiuc.edu/ph/www/njriley>
-------------- next part --------------
Index: tools/gccld/GenerateCode.cpp
2014 Mar 02
1
No speed improvement with FTS for iOS 7?
Hi,
I recompiled Dovecot with Lucene FTS to try to improve iOS 7 IMAP search
speed.
Unfortunately this does not seem to help.
I have 60 mailboxes, totaling 300 MB; lucene-indexes is 30 MB in size.
% doveadm mailbox status -t all '*'
messages=16335 recent=0 unseen=1736 vsize=280049586
Searching for a single word which is present in two messages of one
mailbox takes 40 seconds to
2014 May 05
2
imapc with Outlook.com transfers max 22-23 messages per mailbox!?
Hi,
I'm trying to migrate a user from Outlook.com IMAP to Dovecot. I'm
using a setup similar to that on
http://wiki2.dovecot.org/Migration/Dsync:
imapc_host = imap-mail.outlook.com
imapc_user = [...]@hotmail.com
imapc_password = [...]
imapc_features = rfc822.size fetch-headers
mail_prefetch_count = 20
imapc_port = 993
imapc_ssl = imaps
imapc_ssl_verify = yes
ssl_client_ca_dir =
2011 Jan 02
2
Error copying >1 message to virtual mailbox
I created a virtual mailbox which maps to a single physical mailbox (in
Dovecot 1.x I did this with a symlink but had intermittent problems with
Dovecot 2.0 doing the same.)
However, I can only copy one message at a time into the mailbox. If I
try to copy more, I get:
7.16 UID COPY 48531:48532 !/Saved
7.16 NO [CANNOT] Can't save messages to this virtual mailbox
whereas this works fine:
2005 Aug 01
2
[LLVMdev] [patch] gccld not passing -export-dynamic to gcc for link
gccld passes -shared through if it's generating a shared library, but
if you're compiling a program that needs to have its symbols
externally accessible, it doesn't pass -export-dynamic through to gcc
for the final link.
The attached patch fixes this. I've tested with a small test case I
sent Chris, and with Python; both seem to work.
I also fixed some inaccurate comments in
2010 Oct 22
3
Problems converting to maildir with dsync in 2.0.6
I'm trying to convert from an old Dovecot (1.0.15) and mbox to a new
Dovecot and maildir. I'm running into several problems with dsync which
are causing my mboxes not to convert.
If I use LAYOUT=fs (as I'd prefer) I get an error because I have a
mailbox called "subscriptions", and none of my messages convert. Is
there a way to get dovecot to put its own metadata in
2005 Jul 28
1
[LLVMdev] [patch] gccld not properly constructing paths when checking for bytecode
I was getting some weird errors from gccld and traced it to path
construction in isBytecodeLPath. If the path doesn't end with a /,
then Path just tries to stick filenames onto it, which is not so good.
It would be more efficient to just add a "/" to the path once, I
guess.
Also, I had to touch lib/System/Path.cpp to get my changes to Path.inc
noticed; it seems the build system
2012 May 19
2
dovecot fts_lucene indexes not being updated
Hi everyone,
I have a dovecot 2.1.6 setup with fts_lucene.
The lucene indexes get created/updated fine when I do a manual search thru
telnet.
However, if I run a webapp that uses the php::imap_search function, the
index never gets created/updated. I run indo the same problem with
thunderbird and full-body search.
Anyone has some insight into this?
Regards,
-Joe
2013 Apr 25
2
Lucene and Zlib with 2.2.1
Hello,
I have an "archive" folder in my inbox, where I manually stick old
mails into a compressed mbox format. Since upgrading to Dovecot 2.2.1,
I've started seeing messages like the following in my log files:
imap(...): Error: lucene: Failed to sync mailbox INBOX: Mailbox isn't selectable
indexer-worker(...): Error: lucene: Failed to sync mailbox INBOX: Mailbox
2012 May 22
1
fts_lucene crashing
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)
[0x7f7e0edfd00a] ->
/opt/dovecot-2.1.6-lucene/lib/dovecot/libdovecot.so.0(+0x4204e)
[0x7f7e0edfd04e] ->
2014 May 27
0
doveadm fts: mbox/lucene-indexes, and other errors
I turned on fts_autoindex today, and wanted to rescan all my mailboxes....
Ran doveadm -Dv fts rescan, and garnered:
thebighonker.lerctr.org /home/ler/mail $ doveadm -Dv fts rescan
doveadm(ler): Debug: Loading modules from directory:
/usr/local/lib/dovecot
doveadm(ler): Debug: Module loaded:
/usr/local/lib/dovecot/lib20_fts_plugin.so
doveadm(ler): Debug: Module loaded:
2015 Oct 01
0
Does fts_lucene need fts_squat?
Hi ML!
Please look at this:
- I've got no lucene-index:
> # ls /dane/domeny/mejor.pl/mail/marcin/.maildir/lucene-indexes
> ls: cannot access /dane/domeny/mejor.pl/mail/marcin/.maildir/lucene-indexes: No such file or directory
- run search in body:
> echo -e "a select bugzilla\na search body flto\na logout\n" | /usr/libexec/dovecot/imap -u marcin at mejor.pl
> * PREAUTH
2014 Mar 01
0
+ prefix in dovecot-virtual
Hi,
The "+" prefix in dovecot-virtual does not seem to be documented. only
discovered it because I tried to include a mailbox whose name began with
+ and Dovecot gave me an error when I tried to copy to it.
I see it was added here:
http://hg.dovecot.org/dovecot-2.2/rev/be0f0de75e34
My dovecot-virtual file looked like this:
!+/2014-03
+/2014-02
all
I just added another + to the
2015 May 17
3
fts_lucene error
Hi,
after upgrading to 2.2.18 I get the following error:
lmtp(root at bruecko.de): Error: Couldn't load required plugin /usr/lib64/dovecot/modules/lib21_fts_lucene_plugin.so: dlopen() failed: /usr/lib64/dovecot/modules/lib21_fts_lucene_plugin.so: undefined symbol: _ZN6lucene8analysis8snowball16SnowballAnalyzerC1EPFiPKvmP6bufferEPKc
Running Opensuse 13.2 I'm using the RPMs from the
2015 May 17
1
fts_lucene error
Hi, Darix,
Marcus Rueckert <darix at opensu.se> schrieb:
>On Sun, 17 May 2015 17:29:54 +0200
>Hanns Mattes <hanns at hannsmattes.de> wrote:
>> [lucene-fts error]
>I asked Timo about it already on irc but no answer yet. could be
>related to enabling textcat support, which might have indirectly turn
>on some libstemmer code.
Ah, good to know. I've switched to
2012 Oct 15
1
[BUG] Lucene plugin breaks header substring search
According to the IMAP spec if I do a search for "TO isocpp.org" it
should find all the messages whose To: field contains the string
"isocpp.org", but dovecot is returning me an empty list. However, a
search for "TO tm at isocpp.org" produces a long list of messages. This
behavior is present if I *even load* the lucene fts plugin.
Note that lucene isn't in use
2019 Jul 04
0
fts_lucene
Hi everybody...
I've inherited 2 servers with dovecot and fts_lucene enabled, which I
plan to switch to fts-solr instead. My plan is to disable lucene in
dovecot.conf, delete all cache associated files, and start configuring
the fts plugin from scratch. I need to make sure that I don't mess up
things pretty bad and delete the correct files. Are those to be deleted
all dovecot.index*
2014 Apr 22
0
FTS Lucene: Fatal: master: service(indexer-worker): child * killed with signal 6
Hi List,
Since we migrated from dovecot 1.2.4 to 2.2.12 with lucene as FTS
engine, I have this in my error log:
Apr 22 14:01:14 indexer-worker(username): Error: lucene index
/var/vmail/username/lucene-indexes: IndexWriter() failed (#1): Lock
obtain timed out
Apr 22 14:01:14 indexer-worker: Error: indexer-worker
[username at mydomain.com MailBox-1 - 20800/22707]:
2006 Jun 07
1
Label Helpers
Don''t know whether this has been discussed for the core, or if anyone
has seen a plugin.
Can anyone think of a reason why the form helpers don''t produce
corresponding labels?
......
Take the following example....
<label for="hotel_content_airportlocal" class="inputLabel">Name of
Local airport</label>
<%= text_field