From c5fdf0f72f6b28ab3a1b3338279f5d58ab30ef66 Mon Sep 17 00:00:00 2001 From: beertje44 <101147154+beertje44@users.noreply.github.com> Date: Sun, 16 Jun 2024 19:31:31 +0200 Subject: [PATCH] Update docs/content/examples/tutorials/dovecot-solr.md Co-authored-by: Casper --- docs/content/examples/tutorials/dovecot-solr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/examples/tutorials/dovecot-solr.md b/docs/content/examples/tutorials/dovecot-solr.md index 9b478da3..ef994fa5 100644 --- a/docs/content/examples/tutorials/dovecot-solr.md +++ b/docs/content/examples/tutorials/dovecot-solr.md @@ -35,8 +35,8 @@ As of writing of this guide solr 9 is current, so you need the 2 solr 9 config f - `solr-config-9.xml` - `solr-schema-9.xml` -Copy solr-config-9.xml to the data/dovecot folder and name it: solrconfig.xml -Copy solr-schema-9.xml to the data/dovecot folder and name it: schema.xml, remove managed-schema.xml +Copy `solr-config-9.xml` to the `data/dovecot` folder and name it: `solrconfig.xml` +Copy `solr-schema-9.xml` to the `data/dovecot` folder and name it: `schema.xml`, remove `managed-schema.xml` Both files should be owned by uid and gid 8983. Start the solr container once again, you should now have a working dovecot fts specific solr core. All that is left is to connect dms dovecot to this solr core: