Displaying 1 result from an estimated 1 matches for "mail_pluings".
Did you mean:
mail_plugins
2011 May 23
3
[PATCH] Indexing mail attachments with Dovecot + Solr
...dex.
* fts_solr_mimetype
files with this mimetype will be sent to solr.
After integrating solr directory in your solr config, and building
Dovecot with fts-solr support and with fts-solr-attachments-r885.patch
applied, you can update your dovecot config by adding to your
dovecot.conf:
...
mail_pluings = $mail_plugins fts fts_solr
plugin {
fts = solr
fts_solr = url=http://solrhost:8983/solr/ break-imap-search
index-attachments
fts_solr_mimetype = application/x-pdf
application/vnd.openxmlformats-officedocument.wordprocessingml.document
}
...
--
Antonio P?rez-Aranda Alcaide
aperezaran...