full-text index and search

2021-11-03 Thread Yonghua Peng
dear community Does dovecot have the plugins to implement full-text indexing and searching? Thanks a lot.

Shared folders - dovecot.index.pvt view is inconsistent

2021-11-03 Thread Felix Ingram
Hello all, As part of the system I'm cobbling together, I have a need for sharing folders between users. I've followed the various pieces of documentation and seem to have something working but have encountered an odd issue. When user1 shares a folder with user2, then on first access user2 gets

stale (?) .dovecot.svbin causing segfault in dovecot-lda

2021-11-03 Thread Matthieu Herrb
Hi, I've not touched the sieve filters I'm using for a long time (last modification 2 years ago), but I've upgraded the dovecot package and the system of my mail server. ~/.dovecot.svbin has not been updated, but I found out today that it would cause dovecot-lda to crash on some specifig

Re: full-text index and search

2021-11-03 Thread Andrew Hearn
Yes, see the plugins page:- https://wiki2.dovecot.org/Plugins On Wed, 3 Nov 2021, 10:38 Yonghua Peng, wrote: > dear community > > Does dovecot have the plugins to implement full-text indexing and > searching? > > Thanks a lot. > >

Re: 2.3.17 broken on CentOS8 / bug

2021-11-03 Thread Aki Tuomi
This issue is now fixed for Dovecot on master with https://github.com/dovecot/core/compare/ca2237e%5E..6fff8d5.patch and for pigeonhole master with https://github.com/dovecot/pigeonhole/commit/29750ba54c20eea0afd4ca436ddc1325723ce93f.patch Regards, Aki > On 01/11/2021 08:38 Aki Tuomi wrote:

Re: 2.3.17 broken on CentOS8 / bug

2021-11-03 Thread John Stoffel
> "Aki" == Aki Tuomi writes: Aki> This issue is now fixed for Dovecot on master with Aki> https://github.com/dovecot/core/compare/ca2237e%5E..6fff8d5.patch Looking at the patch, I've got a couple of comments. 1. Even your added comment says this issue could still happen is doveadm reads

Re: 2.3.17 broken on CentOS8 / bug

2021-11-03 Thread Aki Tuomi
You are correct that the problem is not fully fixed yet. It, however, only affects practically cases where you do doveadm -c /path We will fix it properly in a future release, now it has been fixed to work as it used to before, so no new regression is introduced. Aki > On 03/11/2021 14:54

Re: Solr FTS - message deletes not working as expected

2021-11-03 Thread Michael Slusarz
> On 11/03/2021 12:56 PM Shawn Heisey wrote: > > > Thunderbird does NOT necessarily process expunges immediately. Depends on > > what else it is doing in the background. So you can't click delete in the > > UI and not immediately see anything on the backend and definitively > > correlate

dsync-trouble

2021-11-03 Thread Hanns Mattes
Hi, dsync and replication are failing. They used to work, so I guess, it might be related to the update to 2.3.17. This is a fresh install of Freebsd 13. Please let me know, if further Information is needed (I haven't follow Odhiambos advice from another thread yet, but will follow, if

Re: Auth-Trouble

2021-11-03 Thread Hanns Mattes
Hi, Am 01.11.21 um 18:00 schrieb infoomatic: > please inform the mailing list if problems persist, thank you! > > I am about to migrate to FreeBSD ... it does. Fresh install with a config, that used to work: # doveadm sync -u x...@zzz.de tcps:mail.bruecko.de doveadm(x...@zzz.de): Panic: file

Re: 2.3.17 broken on CentOS8 / bug

2021-11-03 Thread Elise
Aki Tuomi: This issue is now fixed for Dovecot on master with https://github.com/dovecot/core/compare/ca2237e%5E..6fff8d5.patch Can someone hint us how we should process this fix (sorry, blond)? /elise

Re: dsync error: Received unexpected input d != N

2021-11-03 Thread David Mandelberg
Op 02-11-2021 om 22:43 schreef David Mandelberg: Hi, I'm trying to set up replication with dsync, and I'm getting errors like this: I figured it out :) dsync-local(da...@mandelberg.org)<...>: Error: dsync(...): Received unexpected input d != N To debug this, I changed dsync_remote_cmd to

Re: Solr FTS - message deletes not working as expected

2021-11-03 Thread Shawn Heisey
On 11/3/21 12:38 PM, Michael Slusarz wrote: Have you tried another client? I only have two clients configured:  Thunderbird 78.13.0 on Linux and Thunderbird 91.2.1 on Windows.  Behavior is the same on both. I will see if I can get another client configured.  Windows Mail is included on

Re: 2.3.17 broken on CentOS8 / bug

2021-11-03 Thread William Edwards
> Op 3 nov. 2021 om 19:14 heeft Elise het volgende > geschreven: > > Aki Tuomi: >> This issue is now fixed for Dovecot on master with >> https://github.com/dovecot/core/compare/ca2237e%5E..6fff8d5.patch > > Can someone hint us how we should process this fix (sorry, blond)? Patch + compile?

Re: Solr FTS - message deletes not working as expected

2021-11-03 Thread Michael Slusarz
Have you tried another client? Thunderbird does NOT necessarily process expunges immediately. Depends on what else it is doing in the background. So you can't click delete in the UI and not immediately see anything on the backend and definitively correlate the two. Another option is to

disable sieve replication with dsync

2021-11-03 Thread David Mandelberg
Hi, I think I got dsync working for mail, but I'm getting these errors: Error: sieve: file storage: mkdir_parents_chgrp(/usr/local/etc/mail/mandelberg.org/david/sieve/tmp) failed: Read-only file system I'm managing sieve files externally, and I don't want any part of dovecot writing to

Re: limiting cpu time of dovecot/imap

2021-11-03 Thread Marc
> > What would be the best way to 'throttle' dovecot/imap processes of specific > > users? > > > > Can you please elaborate a bit how you would like to ‘throttle’ the > processes? Give it less CPU time? > > That you can probably achieve by returning > service/imap/executable="/usr/bin/nice

RE: health check passthrough not 100% in combination with haproxy

2021-11-03 Thread Marc
I was not having the exit trap and the sleep+kill, I don't really get why it is necessary to have these. Looks a bit inefficient to me having a sleep and to kill your own process. But I am not really a bash expert. > > which of course does not make sense... can you try if this works? I'm >

Re: full-text index and search

2021-11-03 Thread Michael Slusarz
If substring_search is true, the indexes can unfortunately be quite large (40%+ of mailbox data size) - this is because Xapian does not natively support substring searching so we have to hack/fake it by storing redundant data in the index. If substring_search is false, storage size is

Re: full-text index and search

2021-11-03 Thread Marc
Is there some info on what to expect how big these indexes can get (% mailbox)? Is there any differences between solr / xapian storage use? https://github.com/slusarz/dovecot-fts-flatcurve/

Re: 2.3.17 broken on CentOS8 / bug

2021-11-03 Thread John Stoffel
> "Aki" == Aki Tuomi writes: Aki> You are correct that the problem is not fully fixed yet. It, Aki> however, only affects practically cases where you do doveadm -c Aki> /path Thanks for the update. Aki> We will fix it properly in a future release, now it has been Aki> fixed to work as it

Re: Solr FTS - message deletes not working as expected

2021-11-03 Thread Shawn Heisey
On 11/3/2021 10:12 PM, Shawn Heisey wrote: Maybe I can do a custom compile of the source code and replace the /usr/lib/dovecot/modules/lib21_fts_solr_plugin.so file with what the compile produces.  I'm going to try that, and see if it explodes. :) Bit of a problem trying to do this. I pulled

Re: Solr FTS - message deletes not working as expected

2021-11-03 Thread Shawn Heisey
On 11/3/2021 11:10 PM, Shawn Heisey wrote: Then I downloaded the source archive from the main site, extracted it, and the configure script was included in that.  After compiling, I found the .so file and moved it into place, and I will be testing it. The new library is significantly larger

Re: Dovecot v2.3.17 released

2021-11-03 Thread Rupert Gallagher
Please convert all source code to ASCII. If it fails to compile, then it may have a trojan hiding in Unicode clothing. Original Message On Oct 28, 2021, 11:12, Aki Tuomi wrote: > We are pleased to release v2.3.17 of Dovecot. Please note that 2.3.17 release > will be the last

Re: Solr FTS - message deletes not working as expected

2021-11-03 Thread Shawn Heisey
On 11/3/21 1:09 PM, Michael Slusarz wrote: For Solr, there's a code path in the FTS expunge code that will silently toss expunge requests: if (ctx->last_indexed_uid == 0 || uid > ctx->last_indexed_uid + 100) { /* don't waste time asking Solr to expunge a