On Wednesday, August 14, 2002, at 03:24 AM, nemeso | Listmaster wrote: > Hi, > >>> If i send to xxx, then the mail goes to the postmaster account, but >>> the maildirsize file is untouched. >>> >>> The same by sending mail via qmail-local. >>> >>> Any ideas ? >> >> No. The point of the maildir++ quota patch was to add >> maildir++ support >> to qmail-local as well as qmail-pop3d. Are you sure that the patch >> applied cleanly? Does your qmail-local.c include: >> >> if (maildir_getquota(dir, quotabuf) == 0) { >> if (user_over_maildirquota(dir,quotabuf)==1) { >> _exit(1); >> } >> } >> >> .. around line 94? > > Yes. > > Then there is no problem with the maildir patch, it's a problem with > vpopmail. > > The question is: > > I send Mail to the postmaster account (postmaster@domain) and the mail > will be counted. > > I send Mail to another adress that doesn't exist (xxx@domain), the mail > goes to the postmaster account (catch all) and is not counted, so where > is the problem ? > > (It must be terrible english, but i hope you understand)
Ah, I understand now. I thought you were talking about a .qmail alias (via qmail-local). Yes, this is a vdelivermail problem. I'll try to look at it as soon as I can. Regards, Bill Shupp