On Jan 14, 2008 4:16 PM, Timo Sirainen tss@iki.fi wrote:
On Mon, 2008-01-14 at 15:29 +0800, Tim Chen wrote: Use the migration script, which tries to preserve the UIDLs. http://wiki.dovecot.org/Migration/Courier
Thanks I will give it a try.
Currently, we use only /etc/passwd to store our user information. Postfix is our MTA and maildrop is MDA. Quota settings were wriiten in the maildirsize file reside under Maildir directory at everyone's home.
The command we use to set user quota: /usr/local/bin/maildirmake -q 315000000S Maildir
After installing a test environment using dovecot v1.1.beta13, we found that it does not read the quota settings from the maildirsize file, instead, it only rely on the system wide settings.
Don't give system wide limits, and it'll use the limits in maildirsize file. I don't remember if this can be done simply by not specifying quota_rule at all, or by specifying "quota_rule = *".
When specifying quota_rule = *, it warns FQuota root QUOTA: Invalid rule: * when starting dovecot.
If commenting out quota_rule =, we can not get the quota setting by issueing the following command: a login user1 pass1 user1 getquotaroot INBOX the content of maildirsize file
- QUOTAROOT "INBOX" user1 OK Getquotaroot completed.
750000000S 435936340 8836
Is there any settings incorrect?
Thanks for your help.
Best regards, Tim Chen