[vchkpw] 5.4.9 vdelivermail ignores quotas

2005-03-18 Thread Michael Burns
Hello, I recently upgraded vpopmail to 5.4.9 with netqmail 1.0.5 with 
the big qmail patch from shupp.org. Authentication is file-based.

vdelivermail now seems to ignore maildir quotas for messages delivered 
via a catchall/.qmail-default address.

e.g. I have a mailbox [EMAIL PROTECTED], with no .qmail file. The catchall 
(in .qmail-default) for domain.com is set to [EMAIL PROTECTED] For 
instance, there is no mailbox at [EMAIL PROTECTED] so mail sent there will 
go to the catchall.

When oq has exceeded its quota, messages sent to [EMAIL PROTECTED] directly 
begin to bounce, as expected. But messages sent to [EMAIL PROTECTED] are 
delivered to the oq mailbox despite it being over quota, whereas they 
ought to bounce.

I'm wondering if this has been fixed or is being worked on.


[vchkpw] 5.4.9 vdelivermail ignores quotas

2005-03-18 Thread Michael Burns
Hello, I recently upgraded vpopmail to 5.4.9 with netqmail 1.0.5 with 
the big qmail patch from shupp.org. Authentication is file-based.

vdelivermail now seems to ignore maildir quotas for messages delivered 
via a catchall/.qmail-default address.

e.g. I have a mailbox [EMAIL PROTECTED], with no .qmail file. The catchall 
(in .qmail-default) for domain.com is set to [EMAIL PROTECTED] For 
instance, there is no mailbox at [EMAIL PROTECTED] so mail sent there will 
go to the catchall.

When oq has exceeded its quota, messages sent to [EMAIL PROTECTED] directly 
begin to bounce, as expected. But messages sent to [EMAIL PROTECTED] are 
delivered to the oq mailbox despite it being over quota, whereas they 
ought to bounce.

I'm wondering if this has been fixed or is being worked on.


Re: SV: [vchkpw] vpopmail bug? (was Re: 5.2+ vdelivermail doesn't read .qmail)

2003-02-04 Thread Michael Burns
ON Wed, Jan 29, 2003 at 03:03:01PM +0100, Jonas Thomsen wrote: 
 
  ON Fri, Jan 24, 2003 at 05:07:00PM -0600, Michael Burns wrote: 
  
  Can somebody verify that this is a vpopmail bug? The 
  practical problem here is that qmailadmin creates per-user 
  .qmail files to support forwards which vdelivermail ignores.
 
 I have the same problem, but I haven't verified that it is a vpopmail
 bug.
 
  I can provide a patch if necessary.
 
 I would be interested in that! Thanks in advance!

Here's that patch ...

snip
--- vpopmail-5.3.14/vdelivermail.c  Wed Oct 23 20:42:36 2002
+++ vpopmail-5.3.14-new/vdelivermail.c  Tue Feb  4 22:30:44 2003
@@ -1025,6 +1025,9 @@
 
 /* check if it is a path add the /Maildir/ for delivery */
 if ( bounce[0] == '/' ) {
+   if ( check_forward_deliver(bounce) == 1 ) {
+   vexit(0);
+   }
 strcat( bounce, /Maildir/);
 printf (user does not exist, but will deliver to %s\n, bounce);
 } else {
snip
-- 
Michael




[vchkpw] vpopmail bug? (was Re: 5.2+ vdelivermail doesn't read .qmail)

2003-01-28 Thread Michael Burns
ON Fri, Jan 24, 2003 at 05:07:00PM -0600, Michael Burns wrote: 
 I've noticed that vdelivermail in vpopmail 5.2 and (probably up to 
 and including) 5.3.14 doesn't process any .qmail file at its second
 argument when that argument is a directory path.
 
 Shouldn't vdelivermail check the delivery directory for a .qmail file
 before dumping the message into the Maildir/ directory?

Can somebody verify that this is a vpopmail bug? The practical problem
here is that qmailadmin creates per-user .qmail files to support
forwards which vdelivermail ignores.

I can provide a patch if necessary.

-- 
Michael




[vchkpw] 5.2+ vdelivermail doesn't read .qmail

2003-01-24 Thread Michael Burns
I've noticed that vdelivermail in vpopmail 5.2 and (probably up to 
and including) 5.3.14 doesn't process any .qmail file at its second
argument when that argument is a directory path.

Shouldn't vdelivermail check the delivery directory for a .qmail file
before dumping the message into the Maildir/ directory?

--
Michael