-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Remo Mattei wrote:
> I found the problem.. It was on the allow line 36 it goes now..

Cool.  Let me know how it goes.  Some of the testing I'm doing right now is 
I've manually
patched our qmail-smtpd binary to use the client API to query the server for 
every RCPT.

In smtp_rcpt(), I added the variables:

  storage_t uusage, dusage;

..and then a call to client_query_quick() after a recipient has been accepted:

  client_query_quick(addr.s, &uusage, &dusage);
  if (uusage != -1)
     fprintf(stderr, "vusage: %s: %llu (domain usage = %llu)\n",
        addr.s, uusage, dusage);

..this just keeps the daemon under activity for testing, etc.  I haven't 
implemented any
quota enforcement just yet.
- --
/*
    Matt Brookings <m...@inter7.com>       GnuPG Key D9414F70
    Software developer                     Systems technician
    Inter7 Internet Technologies, Inc.     (815)776-9465
*/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkmu0OgACgkQ6QgvSNlBT3DUIACgjMrlMk1i7k8Vpt5qwLev5vkj
lWMAoID8WAUTPykcpSQGYmcbeZS9rWjA
=RRxe
-----END PGP SIGNATURE-----

Reply via email to