Question about Quota Display
Kai
k1680792 at yahoo.co.jp
Mon Aug 25 03:33:16 EDT 2003
Hi List,
I want to display the quota of each mailbox when user login to webmail.
I try to write a Perl script using Cyrus::IMAP::Admin module.It like
following..
----
#!/usr/bin/perl -w
use Cyrus::IMAP::Admin;
my $client=Cyrus::IMAP::Admin->new('www.server.com');
$client->authenticate(-authz=>'',
-user=>'cyrus',
-password=>'test',
-mechanism=>'PLAIN');
my $rc=$client->listquotaroot('user.tester at server.com');
print "$rc\n";
-----
I just got a result "2". But the result of running the command cyradm is
-----
www.server.com> lq user.tester at server.com
STORAGE 892/1024 (87.109375%)
-----
Where is the problem ? Please give me a hint.
And ,I found the method that get the quota by inviting Cyrus::IMAP::Admin
module is very slowly.Someone have a nice solution ?
---
Kai
__________________________________________________
Do You Yahoo!?
Yahoo! BB is Broadband by Yahoo!
http://bb.yahoo.co.jp/
More information about the Info-cyrus
mailing list