Hey folks, I posted a while back about my MOCA app (Mailcow Operations Console with AI) and it’s been running amazingly well. I’d like to share it with this community, but have a decision-point to make: Should I release the code as 1) Git and you can download and configure it on a certain host, or 2) make the whole thing a self-contained docker image.
I’m thinking also of how folks would want to run this thing. Right now I have a dedicated VM/LXC that the software is installed on. You set up a few SSH trusts, and it’ll do restricted SSH commands on the primary mail host (and standby host if you’ve configured a cold standby).
Alternatively, I can just make this a self-contained docker image and you can put it on an LXC/VM, or maybe even the mail host(s) directly.
I think this app could help a lot of people in the mailcow community and either way, it doesn’t touch your mail setup itself – it mostly just reads logs, and checks the docker stack. (The Anti-spam module is optional and only adds a few rspamd files at the system-level.)
Would anyone be willing to try it out?



