I’m in the process to setup mailcow dockerized.
Like to have domain specific Bayes spam training. Is this possible with mailcow?
I’ve already asked AI and got some suggestions like setting
users_enabled = true;
per_user = true;
per_domain = true;
in cassifier-bayes.conf
but it didn’t work when I tried.
Any tips welcome.