The webmail klient always displays 4096Kb in the quota limit even if the user has 100 Mb or 1? any idea why? / Daniel.
Yes, change the line Code: $quota_limit = 4096; to whatever value you prefer in /home/admispconfig/ispconfig/web/webmail/inc/config.php.
Hmm i was hoping that it would take the quota from ISPConfigs setup for that user? / domain? is that possible?
No, not yet. Uebimiau is not an integrated part of ISPConfig. Maybe you can make a database connection in the uebimiau config.inc file to the ISPConfig database and get the value for the current user from there.
I think it's possible. I haven't checked yet because Uebimiau is not a part of ISPConfig itself, just an add-on, but I will.
There's a new webmail package available ( http://www.ispconfig.org/downloads/webmail.pkg ), it now supports the quota settings from the ISPConfig database unless you explicitly set $quota_limit in /home/admispconfig/ispconfig/web/webmail/inc/config.php. For those who have already installed the webmail package I attach a little zip file here which contains the two files I've chamged in the webmail package: /home/admispconfig/ispconfig/web/webmail/inc/config.php /home/admispconfig/ispconfig/web/webmail/inc/inc.php BTW, there's also a new PHPMyAdmin package: http://www.ispconfig.org/downloads/phpmyadmin-2.6.3-pl1.pkg
Nice ! Looks good!. if i allready have installed the previus phpAdmin can i still simply use the "update" functionallity and select the new package ?. will that install itsellf over the previus package? regards / Daniel.
Before you use the update function you have to delete the old phpMyAdmin: Code: rm -rf /home/admispconfig/ispconfig/web/phpmyadmin rm -rf /home/admispconfig/ispconfig/web/tools/tools/phpmyadmin Then you can install the new phpmyadmin.
in webmail there is no quota indicator hi, i have a problem with Uebimiau, in webmail there is no quota indicator my pop3 daemon is courier on debian 3.1 Any Ideas