Page MenuHomeFreeBSD

mail/dovecot-fts-xapian: Update to 1.9.3
ClosedPublic

Authored by marius on Mar 18 2026, 8:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 12, 6:07 PM
Unknown Object (File)
Thu, Jun 4, 10:36 AM
Unknown Object (File)
Mon, Jun 1, 7:31 AM
Unknown Object (File)
Sun, May 31, 11:16 AM
Unknown Object (File)
Sat, May 30, 9:55 PM
Unknown Object (File)
Fri, May 29, 12:45 PM
Unknown Object (File)
May 15 2026, 10:26 AM
Unknown Object (File)
May 15 2026, 4:41 AM
Subscribers
None

Details

Summary

This update adds support for dovecot 2.4, allows to limit the amount
of threads via the maxthreads option and fixes several bugs.
For 2.3, e. g. optionally use:
plugin {

fts = xapian
fts_xapian = lowmemory=500 maxthreads=4 partial=3 verbose=0
fts_autoindex = yes
fts_enforced = yes
<...>

}

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

marius created this revision.

LGTM. Feel free to commit.

This revision is now accepted and ready to land.Mar 18 2026, 9:00 AM
This revision was automatically updated to reflect the committed changes.