Hello,

after upgrading to 2024-08 I tried to reset the bayes data as recommended. The docs provide the following commands to do that docs.mailcow.email Icon Work with Spam Data - mailcow: dockerized documentation

:

docker compose exec redis-mailcow sh -c 'redis-cli --scan --pattern BAYES_* | xargs redis-cli del'
docker compose exec redis-mailcow sh -c 'redis-cli --scan --pattern RS* | xargs redis-cli del'

Sadly both of them end up in the error no configuration file provided: not found on my instance. Is this expected?

Thank you for your help,
Felix

  • You must run the commands in the mailcow folder, i.e. where the docker-compose.yml file is.

You must run the commands in the mailcow folder, i.e. where the docker-compose.yml file is.

Have something to say?

Join the community by quickly registering to participate in this discussion. We'd like to see you joining our great moo-community!

Arg… it’s a compose error. Stupid me, thank you!

No one is typing