Hi! A few days ago I have updated my server. Since the email mailbox quota not showing correctly on the ISPConfig dashboard. I spent a few hours to find out what went wrong. As I see the .quotausage file format has changed. I can see in my backups it was something like this: Code: priv/quota/storage 1182 priv/quota/messages 1 And not it is swapped: Code: priv/quota/messages 1 priv/quota/storage 1182 Since the email quota not showing correctly on the dashboard. I checked the ipsconfig DB as well. Looks like ISPConfig picking up the "messages" instead of the "storage". Any idea how to fix this issue? Thanks!