On Mon, May 12, 2003 at 11:23:22AM -0300, Marcio Merlone wrote:
Hello all,
I have a mailserver using maildrop as MDA and Courier-IMAP both compiled
with mysql support. No other software accesses the maildir than those
softwares.
I have a user on mysql like:
mysql> SELECT address, quota FROM users WHERE address =
"mm...@puma.dialdata.com.br";
+-------------------------+---------------+
| address | quota |
+-------------------------+---------------+
| mm...@puma.dialdata.com.br | 104857600S,0C |
+-------------------------+---------------+
1 row in set (0.01 sec)
mysql>
A step ahead: mm...@surf.com.br is aliased to mm...@puma.dialdata.com.br...
This user used to have 30MB as maildir quota, then I updated to 100MB on
mysql. Also, I did maildirmake -q 104857600S,0C on the maildir and
correctly created a new maildirsize with the contents:
104857600S
16734874 186
So, everything is fine until it receives a new message, when it gets
back to the old quota.
How is mm...@surf.com.br aliased to mm...@puma.dialdata.com.br ? Do you just
have a second MySQL entry pointing at the same maildir or do you have an
entry in an alias file somewhere?