I was able to connect to the mailcow mysql database and could display all the tables.
`docker-compose run –rm –entrypoint ‘/bin/sh -c “gosu mysql mysqld –skip-grant-tables & sleep 10 && mysql -hlocalhost -uroot && exit 0”’ mysql-mailcow’
Does anybody know which table contains the blacklist acl?