If the answer is yes, then I would need help, as my mailcow/Solr instance does not index e.g. PDF e-mail attachments.
Some more info:
I can confirm that SOLR is up and running (MailCow Dashboard and also docker logs mailcowdockerized_solr-mailcow_1)
System has 4 GB of RAM is not under heavy load, etc.
In Sogo I am initiating a search, I am selecting “Entire Message” in the search window. When I now search for a “term” that is part of an e-mail attachment, and not the message body, I don’t get any hits.
I have re-created and rebuild the FTS index per the documentation:
docker-compose exec dovecot-mailcow doveadm fts rescan -A
docker-compose exec dovecot-mailcow doveadm index -A ‘*’
Anyone can provide me with some more tips or insights here…?