Dear All, I want to enable the Quota display via FS ( means : /var/spool/mail )... for /imp/config/servers.php : $servers['cyrus'] = array( 'name' => 'ITA Mail Server', 'server' => 'xxx', 'hordeauth' => false, 'protocol' => 'imap/notls', 'port' => 143, 'maildomain' => 'xxx', 'smtphost' => 'xxx', 'smtpport' => 25, 'realm' => '', 'preferred' => '', // 'admin' => array( // 'params' => array( // 'login' => 'cyrus', // 'password' => 'cyrus_pass', // The 'userhierarchy' parameter defaults to 'user.' // If you are using a nonstandard hierarchy for personal // mailboxes, you will need to set it here. // 'userhierarchy' => 'user.', // Although these defaults are normally all that is required, // you can modify the following parameters from their default // values. // 'protocol' => 'imap/notls', // 'hostspec' => 'localhost', // 'port' => 143 // ) // ), // 'quota' => array( // 'driver' => 'command', // 'params' => array( // 'quota_path' => '/xxx/qc', // 'grep_path' => '/bin/grep', // 'partition' => '/dev/sda2' // ) // ), // 'acl' => array( // 'driver' => 'rfc2086', // ) ); Thanks ! Edward. -------- Original Message --------
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. http://www.nod32.com.hk |