Dovecot / dashboard quota problem

Discussion in 'Installation/Configuration' started by dasky, Jan 29, 2014.

  1. dasky

    dasky New Member

    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!
     
  2. demofreak

    demofreak New Member

  3. dasky

    dasky New Member

    Thank you!

    I have modified the script, will see tomorrow how it goes!
     
  4. dasky

    dasky New Member

    Working properly!

    Thanks again!!!
     

Share This Page