enabling fts_flatcurve on debian
Which xapian-related packages do I need?
I have issues enabling the plugin ... pls advise
Am 03.04.26 um 01:24 schrieb Stefan G. Weichinger via dovecot:
Which xapian-related packages do I need?
I have issues enabling the plugin ... pls advise
for reference:
I try:
conf.d/10-mail.conf
mail_plugins { acl = yes notify = yes quota = yes fts = no fts_flatcurve = no }
conf.d/90-fts.conf
fts_autoindex = yes fts flatcurve {
}
And I installed xapian-tools and xapian-omega.
dovecot runs OK, but I am unsure if the fts works, when looking at debug-logs.
thanks!
In debian there are 2 packages:
dovecot-flatcurve
dovecot-fts-xapian
Right now I have fts_xapian running and creating indexes.
Although I don't know if flatcurve would be better ...
I run
mail_plugins { acl = yes quota = yes fts = yes fts_flatcurve = no fts_xapian = yes }
unsure how to proceed ;-)
You need to configure fts and then enable flatcurve, as it uses dovecot libfts.
[1]https://doc.dovecot.org/2.4.3/core/plugins/fts.html
Aki
On 03/04/2026 10:32 EEST Stefan G. Weichinger via dovecot
<[2]dovecot@dovecot.org> wrote:
In debian there are 2 packages:
dovecot-flatcurve
dovecot-fts-xapian
Right now I have fts_xapian running and creating indexes.
Although I don't know if flatcurve would be better ...
I run
mail_plugins {
acl = yes
quota = yes
fts = yes
fts_flatcurve = no
fts_xapian = yes
}
unsure how to proceed ;-)
_______________________________________________
dovecot mailing list -- [3]dovecot@dovecot.org
To unsubscribe send an email to [4]dovecot-leave@dovecot.org
References
Visible links
- https://doc.dovecot.org/2.4.3/core/plugins/fts.html
- mailto:dovecot@dovecot.org
- mailto:dovecot@dovecot.org
- mailto:dovecot-leave@dovecot.org
Am 03.04.26 um 09:55 schrieb Aki Tuomi via dovecot:
You need to configure fts and then enable flatcurve, as it uses dovecot libfts. [1]https://doc.dovecot.org/2.4.3/core/plugins/fts.html
been there, sure ;-)
on the 2nd server I have it running now, thanks
I assume that "searching on the server" from (for example) thunderbird will benefit from that?
On 03/04/2026 11:00 EEST Stefan G. Weichinger via dovecot
<[1]dovecot@dovecot.org> wrote:
Am 03.04.26 um 09:55 schrieb Aki Tuomi via dovecot:
You need to configure fts and then enable flatcurve, as it uses
dovecot
libfts.
[1][2]https://doc.dovecot.org/2.4.3/core/plugins/fts.html
been there, sure ;-)
on the 2nd server I have it running now, thanks
I assume that "searching on the server" from (for example) thunderbird
will benefit from that?
Correct. It speeds up also searches against headers etc.
Aki
References
Visible links
- mailto:dovecot@dovecot.org
- https://doc.dovecot.org/2.4.3/core/plugins/fts.html
participants (2)
-
Aki Tuomi
-
Stefan G. Weichinger