14 Jan
2008
14 Jan
'08
9:50 a.m.
Hello Tim!
On Mon, Jan 14, 2008 at 03:29:50PM +0800, Tim Chen wrote:
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.