is an interesting set of docker containers by means of docker-compose.
Mailcow uses Postfix for delivering mail. But up to now I did not find any post on using both Lightmeter and Mailcow.
The container running postfix in mailcow ships its logs into a Redis-DB and there is a small frontend for reading these logs. Lightmeter would be nicer and more complete.
From what I understand so far, Lightmeter scans/watches for log-files on a filesystem. Or did someone already build an interface for Redis-logs? What would be the best approach for an interface? (Redis-client to be implemented in Lightmeter subscribing to topics on a server or an intermediate container with a redis-client and writing (temporary) logs to a shared filesystem volume)
Thanks for any directions.