[Dovecot] maildirsize quota does not referred after migration from courier
Abhijit Hoskeri
abhijit at deeproot.co.in
Mon Jan 14 09:50:08 EET 2008
Hello Tim!
On Mon, Jan 14, 2008 at 03:29:50PM +0800, Tim Chen wrote:
> 2. 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
>
You have to enable the quota plugin.
In dovecot.conf:
protocol imap {
...
mail_plugins = quota imap_quota
...
}
...
plugin {
quota = maildir
}
Have you done this?
Good Luck.
Abhijit.
More information about the dovecot
mailing list