<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=Big5" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Dear All,<br>
<br>
I want to enable the Quota display via FS ( means : /var/spool/mail )...<br>
<br>
for /imp/config/servers.php :<br>
<br>
$servers['cyrus'] = array(<br>
    'name' => 'ITA Mail Server',<br>
    'server' => 'xxx',<br>
    'hordeauth' => false,<br>
    'protocol' => 'imap/notls',<br>
    'port' => 143,<br>
    'maildomain' => 'xxx',<br>
    'smtphost' => 'xxx',<br>
    'smtpport' => 25,<br>
    'realm' => '',<br>
    'preferred' => '',<br>
    // 'admin' => array(<br>
    //    'params' => array(<br>
    //        'login' => 'cyrus',<br>
    //        'password' => 'cyrus_pass',<br>
            // The 'userhierarchy' parameter defaults to 'user.'<br>
            // If you are using a nonstandard hierarchy for personal<br>
            // mailboxes, you will need to set it here.<br>
    //        'userhierarchy' => 'user.',<br>
            // Although these defaults are normally all that is
required,<br>
            // you can modify the following parameters from their
default<br>
            // values.<br>
    //        'protocol' => 'imap/notls',<br>
    //        'hostspec' => 'localhost',<br>
    //        'port' => 143<br>
    //    )<br>
    // ),<br>
<br>
   // 'quota' => array(<br>
   //    'driver' => 'command',<br>
   //      'params' => array(<br>
   //          'quota_path' => '/xxx/qc',<br>
   //         'grep_path' => '/bin/grep',<br>
   //          'partition' => '/dev/sda2'<br>
   //      )<br>
   //  ),<br>
<br>
    // 'acl' => array(<br>
    //    'driver' => 'rfc2086',<br>
    // )<br>
<br>
);<br>
<br>
Thanks !<br>
<br>
Edward.<br>
<br>
-------- Original Message --------
<table border="0" cellpadding="0" cellspacing="0">
  <tbody>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Subject: </th>
      <td>[Dovecot] Quota Display with Horde / IMP ( WebMail Client )</td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Date: </th>
      <td>Mon, 24 Sep 2007 23:40:24 +0800</td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">From: </th>
      <td><a class="moz-txt-link-abbreviated" href="mailto:edwardspl@ita.org.mo">edwardspl@ita.org.mo</a></td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">To: </th>
      <td>Dovecot <a class="moz-txt-link-rfc2396E" href="mailto:dovecot@dovecot.org"><dovecot@dovecot.org></a></td>
    </tr>
  </tbody>
</table>
<br>
<br>
<pre>Dear All,

For the Dovecot.conf :

protocol imap {
mail_plugins = quota imap_quota
mail_plugin_dir = /usr/lib/dovecot/imap
}

plugin {
 quota = maildir
}

For /var/spool/mail :

-rw-------   1 root     root         7168 Sep 24 23:02 aquota.group
-rw-------   1 root     root         8192 Sep 24 18:05 aquota.user
-rw-------   1 edward   mail       301709 Sep 24 23:27 edward

But the Quota display is un-limited status...
So, what mistake about the config ?

Mine is FC6 System !

Thanks !

Edward.

__________ NOD32 2545 (20070923) Information __________

This message was checked by NOD32 antivirus system.
<a class="moz-txt-link-freetext" href="http://www.nod32.com.hk">http://www.nod32.com.hk</a>



</pre>
</body>
</html>