Displaying 20 results from an estimated 35 matches for "fts_autoindex_exclude2".
Did you mean:
fts_autoindex_exclude
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 "indexer-worker...: Info: Indexed 1 messages in
EXPUNGED/..." in the dovecot log each time I expunge an email. I tried
various other settings for "fts_autoindex_exclude" (EXPUNGED alone,
EXPUNGED + EXPUNGED/ + EXPUNGED/*, ...), but none o...
2019 Dec 10
2
dovecot full text search
...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?
2019 Dec 10
1
dovecot full text search
...t; 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?
>
>
>
2020 Oct 30
2
Filtering mails with sieve filters
...lbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
passdb {
args = /etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
plugin {
fts_autoindex = yes
fts_autoindex_exclude = \Junk
fts_autoindex_exclude2 = \Trash
fts_autoindex_exclude3 = \Drafts
fts_autoindex_exclude4 = \Spam
fts_enforced = yes
imapsieve_mailbox1_before = file:/usr/lib/dovecot/sieve/report-spam.sieve
imapsieve_mailbox1_causes = COPY
imapsieve_mailbox1_name = Spam
imapsieve_mailbox2_before = file:/usr/lib/dovecot/sieve...
2019 May 08
1
Dovecot does not recognize imported messages
...; }
> passdb {
> args = /etc/dovecot/dovecot-master-users-password
> driver = passwd-file
> master = yes
> }
> plugin {
> acl = vfile:/etc/dovecot/dovecot-acl
> acl_globals_only = yes
> auth_socket_path = /var/run/dovecot/auth-master
> fts_autoindex_exclude = Junk
> fts_autoindex_exclude2 = Trash
> fts_autoindex_exclude3 = Sent
> fts_autoindex_exclude4 = Drafts
> fts_autoindex_max_recent_msgs = 20
> lazy_expunge = .DELETED/
> mail_replica = tcp:10.0.11.152:1111
> quota = dict:user::proxy::quotadict
> quota_grace = 0%%
> quota_max_mail_size = 70M
> quota_ru...
2020 Oct 30
1
Filtering mails with sieve filters - SOLVED
...Trash {
> special_use = \Trash
> }
> prefix =
> }
> passdb {
> args = /etc/dovecot/dovecot-sql.conf.ext
> driver = sql
> }
> plugin {
> fts_autoindex = yes
> fts_autoindex_exclude = \Junk
> fts_autoindex_exclude2 = \Trash
> fts_autoindex_exclude3 = \Drafts
> fts_autoindex_exclude4 = \Spam
> fts_enforced = yes
> imapsieve_mailbox1_before = file:/usr/lib/dovecot/sieve/report-spam.sieve
> imapsieve_mailbox1_causes = COPY
> imapsieve_mailbox1_name = Sp...
2019 Jul 19
4
index worker 2.3.7 undefined symbol errors
...Sent {
??? special_use = \Sent
? }
? mailbox "Sent Messages" {
??? special_use = \Sent
? }
? mailbox Trash {
??? special_use = \Trash
? }
? prefix =
}
passdb {
? args = # hidden
? driver = sql
}
plugin {
? fts = lucene
? fts_autoindex = yes
? fts_autoindex_exclude = \Junk
? fts_autoindex_exclude2 = \Trash
? fts_autoindex_exclude3 = \Deleted
? fts_lucene = whitespace_chars=@.
? imapsieve_mailbox1_before = file:/etc/dovecot/sieve/report-spam.sieve
? imapsieve_mailbox1_causes = COPY
? imapsieve_mailbox1_name = Junk
? imapsieve_mailbox2_before = file:/etc/dovecot/sieve/report-ham.sieve
?...
2020 Feb 17
1
Shared Mailboxes with Multiple Domains
...criptions = no
>}
>passdb {
> args = /usr/local/etc/dovecot/dovecot-sql.conf.ext
> driver = sql
>}
>plugin {
> acl = vfile
> acl_shared_dict = file:/var/mail/%d/shared-mailboxes
> fts = solr
> fts_autoindex = yes
> fts_autoindex_exclude = \Trash
> fts_autoindex_exclude2 = \Junk
> fts_autoindex_exclude3 = \Spam
> fts_enforced = no
> fts_index_timeout = 20s
> fts_solr = url=http://127.0.0.1:8983/solr/dovecot/
> mailbox_alias_new = Sent Messages
> mailbox_alias_new2 = Sent Items
> mailbox_alias_new3 = Deleted Messages
> mailbox...
2018 Nov 22
0
Set only, not exclude
SET ONLY, NOT EXCLUDE
I WANT TO INDEX ONLY INBOX MESSAGES, NOT OTHER MAILBOXES
HTTPS://WIKI.DOVECOT.ORG/PLUGINS/FTS
OTHER SETTINGS
plugin {
fts_autoindex_exclude = \Junk
fts_autoindex_exclude2 = \Trash
fts_autoindex_exclude3 = DUMPSTER
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20181122/51527137/attachment.html>
2019 Dec 10
0
dovecot full text search
...ken.
>
> 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?
2020 Aug 29
0
lazy_expunge and fts_autoindex
...index 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 "indexer-worker...: Info: Indexed 1 messages in
> EXPUNGED/..." in the dovecot log each time I expunge an email. I tried
> various other settings for "fts_autoindex_exclude" (EXPUNGED alone,
> EXPUNGED + EXPUNGED/...
2020 Apr 25
4
problem with a public folder
...Trash
}
prefix =
separator = /
type = private
}
passdb {
args = /usr/local/etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
plugin {
acl = vfile:/usr/local/etc/dovecot/global-acls:cache_secs=300
acl_anyone = allow
fts = lucene
fts_autoindex = yes
fts_autoindex_exclude = \Junk
fts_autoindex_exclude2 = \Trash
fts_autoindex_exclude3 = \Spam
fts_autoindex_max_recent_msgs = 80
fts_index_timeout = 90
fts_lucene = whitespace_chars=@. normalize no_snowball
imapsieve_mailbox1_before =
file:/usr/local/lib/dovecot/sieve/report-spam.sieve
imapsieve_mailbox1_causes = COPY
imapsieve_mailbox1_...
2018 May 23
0
lazy_expunge ...
...lude = \Trash
> ??? fts_autoindex_exclude = .EXPUNGED
> ??? fts_autoindex_exclude = .EXPUNGED/*
>
> but at least dont get internal server error ..
>
>
> rgds
>
> Matt
>
Uh. This is wrong, you only exclude .EXPUNGED/* now
You should use:
fts_autoindex_exclude = \Junk
fts_autoindex_exclude2 = \Trash
fts_autoindex_exclude3 = .EXPUNGED
fts_autoindex_exclude4 = .EXPUNGED/*
Aki
>> Matt Bryant <mailto:matt at the-bryants.net>
>> 23 May 2018 at 8:29 pm
>> So digging a little deeper it seems this maybe an issue between
>> fts/fts_lucene and lazy_expunge .. if...
2020 Nov 02
1
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed) [proposed patch]
> On 02/11/2020 15:11 PGNet Dev <pgnet.dev at gmail.com> wrote:
>
>
> On 11/2/20 12:44 AM, Aki Tuomi wrote:
> > you should try removing use_libfts from your config line and let solr do that part.
>
> sry, i'm a bit confused.
>
> you'd suggested I _add_ it,
>
> https://dovecot.org/pipermail/dovecot/2020-October/120258.html
>
> > I
2019 Jul 21
0
index worker 2.3.7 undefined symbol errors (more info)
...quot; {
> ??? special_use = \Sent
> ? }
> ? mailbox Trash {
> ??? special_use = \Trash
> ? }
> ? prefix =
> }
> passdb {
> ? args = # hidden
> ? driver = sql
> }
> plugin {
> ? fts = lucene
> ? fts_autoindex = yes
> ? fts_autoindex_exclude = \Junk
> ? fts_autoindex_exclude2 = \Trash
> ? fts_autoindex_exclude3 = \Deleted
> ? fts_lucene = whitespace_chars=@.
> ? imapsieve_mailbox1_before = file:/etc/dovecot/sieve/report-spam.sieve
> ? imapsieve_mailbox1_causes = COPY
> ? imapsieve_mailbox1_name = Junk
> ? imapsieve_mailbox2_before = file:/etc/dovecot/s...
2018 May 23
2
lazy_expunge ...
deeper still looks like culprit was
fts_enforced = "no"
which i removed given default anyway ..
still get error
[root at stargate dovecot.rawlog]# doveadm search -u matt at the-bryants.net
mailbox .EXPUNGED/* from noreply at apress.com
doveadm(matt at the-bryants.net): Error: fts: Failed to sync mailbox
.EXPUNGED: Mailbox doesn't exist: .EXPUNGED
6156a416748c035b5c0b0000ef794dd1
2020 Apr 13
5
got a listener on 993
...s
special_use = \Trash
}
prefix =
separator = /
type = private
}
passdb {
args = /usr/local/etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
plugin {
acl = vfile:/usr/local/etc/dovecot/global-acls:cache_secs=300
fts = lucene
fts_autoindex = yes
fts_autoindex_exclude = \Junk
fts_autoindex_exclude2 = \Trash
fts_autoindex_exclude3 = \Spam
fts_autoindex_max_recent_msgs = 80
fts_index_timeout = 90
fts_lucene = whitespace_chars=@. normalize no_snowball
imapsieve_hostnamebox1_before =
file:/var/vhostname/sieve/global/learn-spam.sieve
imapsieve_hostnamebox1_causes = COPY
imapsieve_hos...
2020 Oct 30
0
Filtering mails with sieve filters - SOLVED
...{
> special_use = \Sent
> }
> mailbox Trash {
> special_use = \Trash
> }
> prefix =
> }
> passdb {
> args = /etc/dovecot/dovecot-sql.conf.ext
> driver = sql
> }
> plugin {
> fts_autoindex = yes
> fts_autoindex_exclude = \Junk
> fts_autoindex_exclude2 = \Trash
> fts_autoindex_exclude3 = \Drafts
> fts_autoindex_exclude4 = \Spam
> fts_enforced = yes
> imapsieve_mailbox1_before = file:/usr/lib/dovecot/sieve/report-spam.sieve
> imapsieve_mailbox1_causes = COPY
> imapsieve_mailbox1_name = Spam
> imapsieve_mailbox2_b...
2019 May 10
0
Dovecot does not recognize imported messages
...; }
> passdb {
> args = /etc/dovecot/dovecot-master-users-password
> driver = passwd-file
> master = yes
> }
> plugin {
> acl = vfile:/etc/dovecot/dovecot-acl
> acl_globals_only = yes
> auth_socket_path = /var/run/dovecot/auth-master
> fts_autoindex_exclude = Junk
> fts_autoindex_exclude2 = Trash
> fts_autoindex_exclude3 = Sent
> fts_autoindex_exclude4 = Drafts
> fts_autoindex_max_recent_msgs = 20
> lazy_expunge = .DELETED/
> mail_replica = tcp:10.0.11.152:1111 [1]
> quota = dict:user::proxy::quotadict
> quota_grace = 0%%
> quota_max_mail_size = 70M
> quot...
2020 Feb 13
0
Shared Mailboxes with Multiple Domains
...prefix = INBOX/virtual/
separator = /
subscriptions = no
}
passdb {
args = /usr/local/etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
plugin {
acl = vfile
acl_shared_dict = file:/var/mail/%d/shared-mailboxes
fts = solr
fts_autoindex = yes
fts_autoindex_exclude = \Trash
fts_autoindex_exclude2 = \Junk
fts_autoindex_exclude3 = \Spam
fts_enforced = no
fts_index_timeout = 20s
fts_solr = url=http://127.0.0.1:8983/solr/dovecot/
mailbox_alias_new = Sent Messages
mailbox_alias_new2 = Sent Items
mailbox_alias_new3 = Deleted Messages
mailbox_alias_old = Sent
mailbox_ali...