Fresh installation of mailcow docker.
I’m trying to disable the “Spam Addresses” and “Pushover API” menu options for all users.
So far I couldn’t find a working override mechanic.
After finding the {% if acl.spam_alias == 1 %}{% include 'user/SpamAliases.twig' %}{% endif %} in the user.twig file, i saw that it can be set on a per user basis. So now i’m hoping i can just set those permissions to 0 by default.
Worst case i just comment out these lines (that seems to work without issues).