webmail klient quota problem?

Discussion in 'Installation/Configuration' started by jernis, Jul 30, 2005.

  1. jernis

    jernis New Member

    The webmail klient always displays
    4096Kb in the quota limit even if the user has 100 Mb or 1?

    any idea why?

    / Daniel.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Yes, change the line

    Code:
    $quota_limit = 4096;
    to whatever value you prefer in /home/admispconfig/ispconfig/web/webmail/inc/config.php.
     
  3. jernis

    jernis New Member

    Hmm i was hoping that it would take the quota from ISPConfigs setup for that user? / domain? is that possible?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  5. falko

    falko Super Moderator Howtoforge Staff

    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.
     
  6. falko

    falko Super Moderator Howtoforge Staff

    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
     

    Attached Files:

  7. jernis

    jernis New Member

    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.
     
  8. falko

    falko Super Moderator Howtoforge Staff

    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.
     
  9. luxor

    luxor New Member

    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
     
  10. falko

    falko Super Moderator Howtoforge Staff

    The quota is set in /home/admispconfig/ispconfig/web/webmail/inc/config.php.
     

Share This Page