Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian packaging and some document fixes #12

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

BaloneyGeek
Copy link

No description provided.

@@ -29,6 +27,10 @@ An example build may look like:
sudo ln -s /usr/lib/dovecot/lib21_fts_elastic_plugin.so /usr/lib/dovecot/modules/lib21_fts_elastic_plugin.so

## Configuration
Create an index in Elasticsearch:

curl -X PUT "localhost:9200/m?pretty"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is highly recommended to use prepared elastic schema as is written later in readme:
curl -X PUT "http://elasticIP:9200/m?pretty" -H 'Content-Type: application/json' -d "@elastic7-schema.json"

@filiphanes
Copy link
Owner

thanks,
name of the package will be dovecot-elastic or dovecot-fts-elastic or fts-elastic?
I would prefer dovecot-fts-elastic as it has dependency on dovecot and fts plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants