Displaying 20 results from an estimated 333 matches for "fts_autoindex".
2020 Aug 29
2
lazy_expunge and fts_autoindex
Hi list,
I have both lazy_expunge and fts_autoindex activated (with fts-xapian), as
follows:
plugin {
lazy_expunge = EXPUNGED/
}
plugin {
fts = xapian
fts_xapian = partial=2 full=20 attachments=1 verbose=0
fts_autoindex = yes
fts_enforced = yes
fts_autoindex_exclude = EXPUNGED
fts_autoindex_exclude2 = EXPUNGED/*
}
However, I still see "inde...
2020 Aug 29
0
lazy_expunge and fts_autoindex
Maybe try
fts_autoindex_exclude = \EXPUNGED
On 2020-08-29 14:34, Gregory Heytings wrote:
> Hi list,
>
> I have both lazy_expunge and fts_autoindex activated (with fts-xapian),
> as follows:
>
> plugin {
> lazy_expunge = EXPUNGED/
> }
>
> plugin {
> fts = xapian
> fts_xapian = part...
2018 May 28
0
Bug: Dovecot index loosing sync with FTS despite "fts_autoindex = yes"
...up to date
>> And a search against the pattern immediately return only one result
>> instead of two.
>
> So it looks like after "doveadm fts rescan" you can do initial indexing successfully. Afterwards the index isn't updated at all, unless you rebuild it entirely. fts_autoindex=yes appears to work as expected, because after fts rescan you did a search which automatically updated the index. So this doesn't have anything to do with fts_autoindex, just that your index updates don't seem to work at all.
>
> What does it show in the header if you do:
> dovead...
2018 May 24
2
Bug: Dovecot index loosing sync with FTS despite "fts_autoindex = yes"
...: Cache is already up to date
> And a search against the pattern immediately return only one result
> instead of two.
So it looks like after "doveadm fts rescan" you can do initial indexing successfully. Afterwards the index isn't updated at all, unless you rebuild it entirely. fts_autoindex=yes appears to work as expected, because after fts rescan you did a search which automatically updated the index. So this doesn't have anything to do with fts_autoindex, just that your index updates don't seem to work at all.
What does it show in the header if you do:
doveadm dump /var/vma...
2016 Jan 30
2
fts_autoindex - index-worker problem
dovecot-2.2.21 ?????
fts_autoindex - index-worker problem
Hello List,
I installed dovecot-2.2.21 on CentOS 6.7.
I use ldap for userdb to separate an e-mail address and the user.
Index to apache solr failed in fts_authindex when I received an email
after setting.
The error message is "indexer-worker: Error: User 0029 at 09.jp...
2018 May 28
0
Bug: Dovecot index loosing sync with FTS despite "fts_autoindex = yes"
On 28/05/2018 13:04, Timo Sirainen wrote:
> On 28 May 2018, at 13.28, kfx <kadafax at gmail.com
> <mailto:kadafax at gmail.com>> wrote:
>>
>>
>>> Especially what is in the "fts" header vs. "next uid" header? Does
>>> the UID in "fts" header keep changing every time you save a new mail?
>>> I suppose it will.
2018 Apr 17
0
Bug: Dovecot index loosing sync with FTS despite "fts_autoindex = yes"
Le 17/04/2018 ? 14:18, kfx a ?crit?:
> dovecot 2.2.34
> solr 7.2
>
> I only see new messages after typing on the server "doveadm fts rescan
> -u username" though I've followed the wiki and added "fts_autoindex =
> yes" in 90-plugin.conf . Subsequent search for the same pattern always
> gives the same result, ignoring new emails with that particular pattern.
> Solr is working correctly and the correct search results comes
> immediately (whatever the searched word) after a "doveadm ft...
2018 May 21
0
Bug: Dovecot index loosing sync with FTS despite "fts_autoindex = yes"
...private
}
passdb {
? args = /usr/local/etc/dovecot/deny-users
? deny = yes
? driver = passwd-file
}
passdb {
? args = /usr/local/etc/dovecot/master-users
? driver = passwd-file
? master = yes
}
passdb {
? args = /usr/local/etc/dovecot/dovecot-ldap.conf.ext
? driver = ldap
}
plugin {
? fts = solr
? fts_autoindex = yes
? fts_enforced = yes
? fts_solr = url=http://localhost:8983/solr/dovecot/ break-imap-search
? quota = maildir:User quota
? quota_rule = *:storage=20GB
? quota_rule2 = Trash:storage=+200M
? quota_warning = storage=95%% quota-warning 95 %u
? quota_warning2 = storage=80%% quota-warning 80 %u
? s...
2013 Dec 02
2
FTS solr issue with second private namespace
...87522d0c00004424cda4+%2Buser:"testuser"&rows=2}
hits=0 status=0 QTime=1
I am currently using Dovecot 2.2.9 and do not have any special FTS config:
mail_plugins = quota mailbox_alias fts fts_solr
plugin {
fts = solr
fts_solr = break-imap-search url=http://localhost:8080/solr/
fts_autoindex = yes
}
Thank you for your kind help
best regards
Andreas
2018 May 28
2
Bug: Dovecot index loosing sync with FTS despite "fts_autoindex = yes"
On 28 May 2018, at 13.28, kfx <kadafax at gmail.com> wrote:
>
>
>> Especially what is in the "fts" header vs. "next uid" header? Does the UID in "fts" header keep changing every time you save a new mail? I suppose it will.
>
> Diff between 2 emails:
> next uid = 30104 | next uid = 30105
> last_indexed_uid = 30103 |
2015 Oct 12
2
fts solr ignores new mailboxes until fts rescan
...ian wheezy installation, I implemented fts plugin with solr as
indexing system.
I noticed that if a user creates a new folder, that folder it is ignored by
dovecot indexing until a doveadm fts rescan is performed for that user.
From that time on everything works ok on that folder.
As a test I set fts_autoindex=yes and put in that folder a brand new mail
never indexed before. in my logs indexer-worker says it indexed 0 messages
Obviously this is a major issue as users often create new folders, but a
search always returns empty? results.
My system is a debian wheezy with dovecot packages from backports?...
2018 May 28
1
Bug: Dovecot index loosing sync with FTS despite "fts_autoindex = yes"
On 28/05/2018 13:23, kfx wrote:
> On 28/05/2018 13:04, Timo Sirainen wrote:
>> On 28 May 2018, at 13.28, kfx <kadafax at gmail.com
>> <mailto:kadafax at gmail.com>> wrote:
>>>
>>>
>>>> Especially what is in the "fts" header vs. "next uid" header? Does
>>>> the UID in "fts" header keep changing
2019 Dec 10
2
dovecot full text search
...le doing this - generate many tens of
megabytes/s constant write traffic on it's database files.
Excellent way of killing SSD.
something must be broken.
my config is
plugin {
plugin = fts fts_xapian
fts = xapian
fts_xapian = partial=2 full=20 verbose=0
fts_autoindex = yes
fts_enforced = yes
# fts_autoindex_exclude = \Junk
# fts_autoindex_exclude2 = \Trash
}
any ideas?
2015 Sep 07
2
Is it a bug when you move mail between namespaces....
should fts_autoindex handle that case?
On Mon, Sep 7, 2015 at 5:00 PM, Timo Sirainen <tss at iki.fi> wrote:
> On 09/08/2015 12:56 AM, Larry Rosenman wrote:
> > that the fts data gets lost?
>
> All full text search backends are now implemented so that if you
> copy/move mails, the mails need t...
2017 Jun 24
9
Limit IMAP/IMAPS listening IPs
Hello list.
I am running dovecot v2.2.13 on debian 8.8;
I tried to add a "address =" statement for only localhost and one private IP, but then I got a complaint from system:
dovecot[20515]: Error: systemd listens on port 143, but it's not configured in Dovecot. Closing.
What is the proper way to resolve this?
TIA & Regards,
Dudi
2019 Jan 13
2
[FTS Xapian] Beta release
Hi
Please find attached the beta release of FTS Xapian, with the objective
to replace fts_squat that is being deprecated.
Configuration is exactly the same as for fts_squat:
plugin {
plugin = fts fts_xapian (...)
fts = xapian
fts_autoindex = yes
fts_enforced = yes
fts_xapian = partial=2 full=20
This is installed on my production server (>120Gb of mailboxes), and I
will observe it during the coming days.
I will definitely appreciate that this is added in the core git of
docevot, in order to have a versionning of it, to remove s...
2013 Dec 03
1
Panic in indexer-worker
Hi,
I did a fresh installation of 2.2.9 in my test environment and enabled
fts_autoindex=yes. I'm using a solr-server for FTS.
I got this error, just once until now:
_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=
==> dovecot-lmtp-errors.log <==
Dec 03 16:15:06 lmtp(30601, username at domain.de): Error: Timeout (29s)
while waiting for...
2015 Apr 18
2
Installing fts-solr on dovecot (centos 6) - [request for help]
...ail_plugins = quota
# Enable fts fts_solr plugin globally for Solr Full Text Search Indexing
mail_plugins = $mail_plugins fts fts_solr
plugin {
fts = solr
#break-imap-search will use solr for indexing TEXT and BODY searches.
fts_solr = break-imap-search url=http://127.0.0.1:8983/solr/
fts_autoindex = yes
} acl
# Enabled mail protocols.
protocols = pop3 imap sieve lmtp
# User/group who owns the message files:
mail_uid = 2000
mail_gid = 2000
# Assign uid to virtual users.
first_valid_uid = 2000
last_valid_uid = 2000
# Logging. Reference: http://wiki2.dovecot.org/Logging
log_path = /var/log...
2015 Oct 13
0
fts solr ignores new mailboxes until fts rescan
...ted fts plugin with solr as
> indexing system.
> I noticed that if a user creates a new folder, that folder it is
> ignored by
> dovecot indexing until a doveadm fts rescan is performed for that user.
> From that time on everything works ok on that folder.
>
> As a test I set fts_autoindex=yes and put in that folder a brand new
> mail
> never indexed before. in my logs indexer-worker says it indexed 0
> messages
>
> Obviously this is a major issue as users often create new folders, but
> a
> search always returns empty? results.
>
> My system is a debi...
2015 Sep 07
2
Is it a bug when you move mail between namespaces....
It doesn't in my current 2.2.18 setup with the config I posted.
On Mon, Sep 7, 2015 at 5:22 PM, Timo Sirainen <tss at iki.fi> wrote:
> It should.
>
> On 08 Sep 2015, at 01:01, Larry Rosenman <larryrtx at gmail.com> wrote:
>
> should fts_autoindex handle that case?
>
>
> On Mon, Sep 7, 2015 at 5:00 PM, Timo Sirainen <tss at iki.fi> wrote:
>
>> On 09/08/2015 12:56 AM, Larry Rosenman wrote:
>> > that the fts data gets lost?
>>
>> All full text search backends are now implemented so that if you
>&...