1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-15 17:37:22 +01:00

base for xapian dovecot fts

This commit is contained in:
github@kiekerjan.isdronken.nl
2021-05-08 22:35:46 +02:00
parent 67d6e24a6e
commit 23c0388bb3
3 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# Install required packages
apt-get build-dep dovecot-core
apt-get install dovecot-dev libxapian-dev git libxapian30 libicu-dev
# Clone the project
git clone https://github.com/grosjo/fts-xapian
cd fts-xapian
# Compile (don't install)
autoreconf -vi
./configure --with-dovecot=/usr/lib/dovecot
make
# install library found under src/.libs
cp src/.libs/lib21_fts_xapian_plugin.so /usr/lib/dovecot/modules