Redhat 9
Postfix 2.1.1
Courier-IMAP 3.0.4

Postfix uses mailbox_command = deliverquota  to deliver email to the end
users mailbox

Each user has a maildirsize file created by using maildirmake -q

When a new message arrives everything is updated in the maildirsize file.

Log into the account with IMAP and issue the following command.

a01 login user pass
a02 GETQUOTA "INBOX:"

RETURNS
a02 GETQUOTA "INBOX"* QUOTA "INBOX"
a02 OK GETQUOTA Ok.

As you can see the actual QUOTA for that user is not returning.

However if I do the following I get the QUOTA
a01 login user pass
a02 GETQUOTAROOT INBOX

RESPONSE
* QUOTAROOT "INBOX" "ROOT"
* QUOTA "ROOT" (STORAGE 6 24415)
a06 OK GETQUOTAROOT Ok.

What am I missing? On another system we have the above works in both cases.
Am I perhaps issuing GETQUOTA incorrectly?

Thanks
Jim



-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to