Hi Guys, I want to upgrade everyones mailbox quote to 100mb from 50mb, can I just edit the database and mail_user and change the quota from 52428800 to 104857600, will this work or is there some other way ? Cheers
This will not work as every manual change in the database will be ignored by the system. If you want to change values in the dartabase, use the remoting API. You find the examples in the ispconfig tar.gz in the remoting_client directory.