I am trying to figure out quota in Horde. I installed the newest horde rpm following directions on a contrib. It all works fine, but quota does not appear to be given with the popup window in Gollem. This is what I would like ideally:
1) A nice icon for mail quota or folder quota that is present when a person logs in.
2) This quota be linked to the quota set in the SME server-manager.
I tried this from a horde discussion but it did not work. I made it a template in /etc/e-smith/templates/home/html/horde/imp/config/server.php/130Quota:
<?php
'quota' => array(
'driver' => 'command',
'params' => array(
'quota_path' => '/usr/bin/quota',
'grep_path' => '/bin/grep'
)
),
?>
This is from this website:
http://wiki.horde.org/QuotaHack . I deleted the php part of the above (<?php ?>) and it still did not work. This actually stoped webmail from opening.
Has anyone got a nice icon and how to set it up in SME 7 for Horde that shows the file or mail quota? This would really be nice.
thanks.