You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213 |
- ##
- ## Plugin settings
- ##
-
- # All wanted plugins must be listed in mail_plugins setting before any of the
- # settings take effect. See <doc/wiki/Plugins.txt> for list of plugins and
- # their configuration. Note that %variable expansion is done for all values.
-
- plugin {
- # FTS (full text search with Solr)
- fts = solr
- fts_solr = break-imap-search url=http://localhost:8080/solr/
- }
|