edwardspl at ita.org.mo
2007-Sep-24 15:40 UTC
[Dovecot] Quota Display with Horde / IMP ( WebMail Client )
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.
Yannick Sébastia
2007-Sep-24 17:02 UTC
[Dovecot] Quota Display with Horde / IMP ( WebMail Client )
Hello, on CentOS 5 with Dovecot 1.0.5 and Horde 3.1.4 / IMP 4.1.4, I have this configuration in the file horde/imp/config/servers.php $servers['imap'] = array( 'name' => 'IMAP Server', 'server' => 'localhost', 'smtphost' => 'my.smtp.host', 'hordeauth' => true, 'protocol' => 'imap/notls', 'port' => 143, 'maildomain' => 'my.domain', 'realm' => '', 'preferred' => 'true', 'quota' => array('driver'=>'courier'), ); the courier driver is used to display users's quotas Good luck (and sorry for my english) Yannick
Steffen Kaiser
2007-Oct-11 14:00 UTC
[Dovecot] Quota Display with Horde / IMP ( WebMail Client )
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 24 Sep 2007, edwardspl at ita.org.mo wrote:> 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 ?You've configured Dovecot to use maildir quota, but show /var/spool/mail to use filesystem quota. Bye, - -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iQEVAwUBRw4seS9SORjhbDpvAQL5qQgAi0bbWgJDrutG1ivxU5vsfn7vjj73Jk/m IvbhNzubYsWsOTnFUTPoEb5DO9StQ1YC6Quup2VptanlqjwQXqVFcHddTtEQsq68 BFhF6OzAE1sT5cdnuG5QAMHgai4f1u1NwCRSFnRjiKKSgOrEubT3litxyNn2Flqw +qFBacjOek9rRAoa7oA+pG+eEQkqH6DV+Tia/xffmsJjjSs72gTf4EiVHlcQ5bbj d3/iUCa9ZXScN6XeeApqFj4NyvvUMDKioG0f+EFAiqaRpyVLkTF4uBdnVpyIoBaN qt59ZekbmX9x+6oK0E5zhLyNsL5Agt5duBQhh97VwnsregZX0txF0Q==NW4I -----END PGP SIGNATURE-----