Every user with a mailaccount can log into ISPconfig to change a few personal settings. currently available menu items are: * overview (only information) * password * autoresponder * send copy to * spamfilter * mailfilter I'd like to remove half of those options (password, send copy to and spamfilter) for all my users so they don't mess with the settings there. Are there configuration options for that somewhere? If not, where is the best place to patch it away (considering future updates of ISPconfig)? Thanks in advance
no. You can e.g. make your custom fork at git.ispconfig.org so you can keep your custom version updated from our main branches.
Info: I just commented out the menu options in /usr/local/ispconfig/interface/web/mailuser/lib/module.conf.php that is enough for my case (and made a backup and update note in my internal documentation about it)