Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Feb 2003
    Location
    Gothenburg, Sweden
    Posts
    323

    Default Showing mail quota in webmail or webmail login?

    Is there anyway to show the mail quota for mail users?
    Got a few admins who would like their webmail users to see when their quota is full or how much it is. From what I can tell, there is no such thing in the webmail login page or inside any of the webmails (horde - squirrelmail).

    This would be a neat feature

    twitter: oderland_david

  2. #2
    cPanel Development cpanelkenneth's Avatar
    Join Date
    Apr 2006
    Posts
    3,768
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    With Horde, you can make it visible in the Email folders by adding this to /usr/local/cpanel/base/horde/imp/config/servers.php:
    Code:
        quota' => array(
            'driver' => 'courier',
            'params' => array()
        )
    For example, my test machine has the following in servers.php:
    Code:
    $servers['imap'] = array(
        'name' => 'IMAP Server',
        'server' => 'localhost',
        'hordeauth' => 'full',
        'protocol' => 'imap/notls',
        'port' => 143,
        'maildomain' => getenv("DNS"),
        'smtphost' => 'localhost',
        'smtpport' => 25,
        'realm' => '',
        'preferred' => '',
        'dotfiles' => false,
        'hierarchies' => array(),
        'quota' => array(
            'driver' => 'courier',
            'params' => array()
        ),
    )

  3. #3
    Member isputra's Avatar
    Join Date
    May 2003
    Location
    Mbelitar
    Posts
    593

    Default

    Quote Originally Posted by cpanelkenneth View Post
    With Horde, you can make it visible in the Email folders by adding this to /usr/local/cpanel/base/horde/imp/config/servers.php:
    Code:
        quota' => array(
            'driver' => 'courier',
            'params' => array()
        )
    For example, my test machine has the following in servers.php:
    Code:
    $servers['imap'] = array(
        'name' => 'IMAP Server',
        'server' => 'localhost',
        'hordeauth' => 'full',
        'protocol' => 'imap/notls',
        'port' => 143,
        'maildomain' => getenv("DNS"),
        'smtphost' => 'localhost',
        'smtpport' => 25,
        'realm' => '',
        'preferred' => '',
        'dotfiles' => false,
        'hierarchies' => array(),
        'quota' => array(
            'driver' => 'courier',
            'params' => array()
        ),
    )
    How to do it for squirrelmail ?
    It's me ...... It's me ......

Similar Threads & Tags
Similar threads

  1. Slow login to webmail and sending mail through webmail ?
    By Hack in forum E-mail Discussions
    Replies: 7
    Last Post: 05-18-2011, 04:35 PM
  2. login webmail Internal Server Error User is over quota
    By gamgam in forum cPanel and WHM Discussions
    Replies: 34
    Last Post: 11-02-2010, 04:53 PM
  3. Replies: 0
    Last Post: 10-10-2010, 03:55 AM
  4. login webmail Internal Server Error User is over quota
    By gamgam in forum E-mail Discussions
    Replies: 9
    Last Post: 01-04-2010, 02:46 AM
  5. webmail not showing mail
    By atomjax in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 01-05-2005, 05:39 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube