How to show quota info in squirrel mail

Discussion in 'General' started by juanfernandez, Dec 18, 2006.

  1. juanfernandez

    juanfernandez New Member

    I am configuring a webmail for my users using squirrelmail in a dedicated website (small web in an spanish highschool). Due to ISPConfig way of setting the users quota, the squrirrel mail plugin quota doesn'work-or, al last, I am unable of getting it to work.:confused:

    Could any of you, gentlemen, give me a hint about how to add a simple php code to write in the squirrelmail's main screen the quota value?

    Or, better, a way to get usable the quota plugin?:rolleyes:

    Thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig uses linux system quotas. You can use all the linux quota commandline tools like repquota to get the quota value of the user. Or you compare the quota value in the ISPConfig mysql database with the amount of stored files in the users home directory, but thats less exact as it will not match temporary files for example and files stores in other locations (even if a mailusers normally can not store files in other locations).
     

Share This Page