I'm using Postfix+Mysql+Courier-Imap + maildrop.
Now I want to enable quota support with maildrop.
so, maildrop -v says
maildrop 1.5.2 Copyright 1998-2003 Double Precision, Inc.
Maildir quota extension enabled.
Virtual user database via MySQL extension enabled.
maildropmysql.config
database maildb
table users
uid_field address
quota_field cuota
Is this a cut-and-paste? If so, you have a typo.
It's not a typo, just not English. As long as it matches the database,
doesn't matter what the field is called, of course.
my mysql "users" table
address quota
emiliano@... 10000000S
I do.
maildirmake -q 100000000S ./maildir
so now I have a file
[root@www maildir]# less maildirsize
100000000S
31899402 403
huh. i already had my maildirs. i didn't need to create them with
maildirmake in order to get the maildirsize file. either way should work.
Now, I send a mail to me, but the maildirsize file doesn't change.
What's wrong ? or missing.
have you verified that maildrop is doing your LDA work? what does your
master.cf file look like? have you looked at your maillog?
-paul