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)
Mon, Apr 20, 10:47 AM
Unknown Object (File)
Sat, Apr 18, 5:59 PM
Unknown Object (File)
Sat, Apr 18, 5:59 PM
Unknown Object (File)
Sat, Apr 18, 3:45 PM
Unknown Object (File)
Thu, Apr 16, 6:54 PM
Unknown Object (File)
Thu, Mar 26, 11:35 PM
Unknown Object (File)
Mon, Mar 23, 12:52 PM
Unknown Object (File)
Mon, Mar 23, 9:21 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.