Mailbox list sorting by quota (possible issue)

Discussion in 'Developers' Forum' started by ispcomm, Nov 13, 2013.

  1. ispcomm

    ispcomm Member

    I think there's an issue with sorting mailboxes by quota, on multi-page mailbox lists

    While logged as admin, I go to Statistics->Mailbox Quota, I see some pages of mailboxes with their currently used quota in columns. If I sort the mailboxes by usage, only the current page gets sorted and not all mailboxes present on the server.

    This makes it hard to see who is using most of the space (which I in turn use to check for abandoned accounts).

    When going to the mailbox traffic page instead, sorting works as supposed.

    ispcomm.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The mailbox quota data is stored in a serialized array by the monitor, its not a sql table. So sortng is implemnted in javascript.

    It should work when you select to view all records in the header of the list and then sort by quota.
     
  3. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    Theres a bug in this function that will be fixed in 3.0.5.4 :)
     
  4. Ovidiu

    Ovidiu Active Member

Share This Page