Displaying 20 results from an estimated 600 matches similar to: "search gives variable/different results"
2016 Nov 08
3
Indexing failed: 500 Internal Server Error
Hi,
While running doveadm index on a mailbox this gets printed:
doveadm(neil): Error: fts_solr: Indexing failed: 500 Internal Server Error
doveadm(neil): Panic: file http-client-request.c: line 792
(http_client_request_send_payload): assertion failed: (ret == 0)
doveadm(neil): Error: Raw backtrace:
/usr/lib/dovecot/libdovecot.so.0(+0x88662) [0x7f0a52750662] ->
2013 Jun 10
1
doveadm index crashes when indexing shared mailboxes
Hi,
We store our mail archive in a tree of subfolders. I am trying to speed
up text searching on our mail archive but when running "doveadm -D -v
index -u neil shared/Exalon/Aandeelhouders" the following output is
produced:
doveadm(neil): Debug: Loading modules from directory:
/usr/lib/dovecot/modules
doveadm(neil): Debug: Module loaded:
2016 Nov 08
0
Indexing failed: 500 Internal Server Error
Yes, this happens because your SOLR server is reporting 500 Internal
Server Error.
Aki
On 08.11.2016 10:47, W. de Hoog wrote:
> Hi,
>
> While running doveadm index on a mailbox this gets printed:
>
> doveadm(neil): Error: fts_solr: Indexing failed: 500 Internal Server
> Error
> doveadm(neil): Panic: file http-client-request.c: line 792
>
2009 Jun 25
2
dovecot-acl-list not honouring owner / permissions that are set on dovecot-shared
Hi,
I've just upgraded our dovecot installation from 1.0.15 to 1.1.13.
This went smoothly and just worked -- thank you very much for writing such
a high performance and robust piece of software.
However, we have a shared mailbox that people can subscribe to. After
upgrading to 1.1.13 ... dovecot tries to create a dovecot-acl-list file in
the top level of this ... but it creates it
2014 Jan 06
1
using OR in doveadm search query
Hi,
I am trying to create an OR query but no success yet:
$ doveadm search mailbox shared/* OR SUBJECT "a" SUBJECT "b"
doveadm(neil): Fatal: Use parenthesis when mixing ANDs and ORs
$ doveadm search mailbox shared/* OR \(SUBJECT "a"\) \(SUBJECT "b"\)
doveadm(neil): Fatal: Unknown argument (SUBJECT
$ doveadm search mailbox shared/* \(OR \(SUBJECT
2009 Aug 03
4
BUG: mbox_snarf causes message duplication when two IMAP connections are open
Hello,
I have used dovecot to replace an ageing wu-imap installation using
the mbox_snarf plugin however I have noticed that when we have more
than one client checking the INBOX we then have messages being
duplicated in the INBOX.
Below is the configuration used as requested in the bug report page.
I have confirmed that the duplicates are being caused by dovecot by
doing an strace of both
2013 Dec 06
0
Active Directory LDAP userdb and dovecot
Hello everybody,
I have a problem with LDAP userdb and dovecot. Let me first explain
my LDAP configuration: I got three Active Directory LDAP servers
(a.galliera.it, b.galliera.it, c.galliera.it) responding round robin
to the name galliera.it.
I want to use LDAP for the userdb lookup, so I configured
dovecot-ldap-userdb.conf.ext as follow:
hosts = galliera.it # round robin
base =
2016 Nov 08
3
Indexing failed: 500 Internal Server Error
> Yes, this happens because your SOLR server is reporting 500 Internal
> Server Error.
Do you mean this is normal behaviour of dovecot? I have the impression
it causes dovecot to stop indexing all other mailboxes.
--
Willem-Jan de Hoog
2016 Nov 09
2
search body with wildcards
Hi,
A question. We are using fts_solr. When searching for content in BODY I
noticed that dovecot only supports full words. "BODY calibration"
returns results but "BODY calibra" does not. Nor "BODY calibra*".
Solr does support searching with wildcards so why is it that dovecot
does not?
regards,
--
Willem-Jan de Hoog
2010 Jul 05
4
sieve dovecot2 rc1 error undefined symbol: client_send_tagline
Hi @ll,
using sieve dovecot2 rc1
on testing system ubuntu lucid
with packs recompiled from http://xi.rename-it.nl/debian/
i have
Jul 05 11:48:35 managesieve: Debug: Module loaded:
/usr/lib/dovecot/modules/lib01_acl_plugin.so
Jul 05 11:48:35 managesieve: Error:
dlopen(/usr/lib/dovecot/modules/lib02_imap_acl_plugin.so) failed:
/usr/lib/dovecot/modules/lib02_imap_acl_plugin.so: undefined symbol:
2012 Jun 16
3
question about fts_squat
just installed dovecot with fts_squat
config attached after message.
When i telnet to imap server and execute by hand
1 login user password
select foldername
search body "someword"
it works fine, and at blazing speed except first run (indexing).
i already indexed everything by doveadm index offline to prevent server
overload if multiple users (after i tell them) will try fulltext
2019 Mar 14
2
Dovecot crashing when attempting to search in virtual folder with fts_squat activated
Hi everyone,
I am running into a problem when trying to use fts_squat in a virtual
folder. Without fts_squat plugin the search (from, subject...) works in
all folders. With activated fts the search on the inbox folders works
expectedly well but any attempt to search anything in any virtual folder
leads to the following error. Similarly when attempting "doveadm fts
lookup". I also
2011 Dec 13
1
Dovecot 2.1rc1 + 2.0.16 woes regarding fts_squat
I can confirm the report posted in http://dovecot.org/list/dovecot/2011-November/062263.html that fts_squat no longer seems to be used after moving from 2.0.16->2.1 rc 1. I don't see crash reports in the logs, just "0 messages indexed". My search test tool just does a normal IMAP SEARCH for a long non-existent string. If there's another way to trigger re-indexing in 2.1, I
2009 Jul 24
2
fts_squat + virtual => crash
Hi,
dovecot's imap process segfaults when I search a virtual mailbox using
the fts_squat plugin. Is this supposed to work, or a known bug?
I've seen some changes commited to fts_solr a couple of months ago
that where supposed to fix search issues on virtual mailboxes, maybe
fts_squat needs to be fixed to?
log
===
rawlog
------
3551 SELECT "INBOX.virtual.unseen"
3552 UID
2019 Mar 20
2
Dovecot crashing when attempting to search in virtual folder with fts_squat activated
fts_squat was deprecated in 2.1. There's a high likelihood it is buggy in a variety of ways in any recent Dovecot release.
michael
> On March 20, 2019 at 1:21 PM Benjamin Godbersen via dovecot <dovecot at dovecot.org> wrote:
>
> Hi everyone,
>
> I have now updated to dovecot 2.3.4.1 - unfortunately the issue still persists. Can anyone help me figure out if
2019 Mar 20
0
Dovecot crashing when attempting to search in virtual folder with fts_squat activated
Hi Michael,
thanks for getting back to me. I understand the alternatives to squat
are solr and lucene and have to be explicitly included into dovecot at
compilation. Unfortunately I am not in a position to manually compile
dovecot.
What other option do I have to use full text search in dovecot without
manually compilating my package?
Thanks and cheers
Benjamin
Am 20.03.2019 um 20:31
2019 Mar 20
0
Dovecot crashing when attempting to search in virtual folder with fts_squat activated
Hi everyone,
I have now updated to dovecot 2.3.4.1 - unfortunately the issue still
persists. Can anyone help me figure out if this is due to a
misconfiguration on my part or another error?
Any help is greatly appreciated!
Cheers
Benjamin
Am 14.03.2019 um 23:28 schrieb benjamin at godbersen.info:
> Hi everyone,
>
> I am running into a problem when trying to use fts_squat in a virtual
2019 Mar 20
1
Dovecot crashing when attempting to search in virtual folder with fts_squat activated
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
We provide packages at https://repo.dovecot.org - maybe you can use these?
</div>
<div>
<br>
</div>
<div>
Aki
</div>
<blockquote type="cite">
<div>
On 20 March 2019 22:19 Benjamin
2011 Oct 18
1
"doveadm log reopen" don't reopen separate lmtp log
I still see the issue below. Is there anyone running separate LMTP
logging that could check if they experience the same issue?
Best regards
Henrik Larsson
-------- Original Message --------
Subject: "doveadm log reopen" don't reopen separate lmtp log
Date: Sun, 25 Sep 2011 00:23:49 +0200
From: Henrik Larsson <dovecot-user at spambox.dk>
To: dovecot at dovecot.org
Dear all
2015 Nov 03
0
[dovceot-2.2.19] doveadm fetch with fts_squat returns random results
Hi all!
I've got problem with results returned by doveadm fetch. The are random
and incorrect. I'll try show you:
- trying to fetch emails with both: nonexistent header name and non
existent value of header name:
-- doveadm fetch -u user at domain uid HEADER X-Sasdasdsendasasdasdasdasaer
XXtuxie |grep -c uid
0
- trying to fetch email with: non existent header name and existent
value of