3 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Courier + Maildrop + ...
FromSent OnAttachments
Marcio MerloneMay 12, 2003 7:26 am 
Devin RubiaMay 12, 2003 7:54 am 
Marcio MerloneMay 12, 2003 8:43 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] Courier + Maildrop + mysql - odd behavior changing soft quotaActions...
From:Devin Rubia (dev@thezone.net)
Date:May 12, 2003 7:54:57 am
List:net.sourceforge.lists.courier-maildrop

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?