RE: Quota with exceptions
"Philipp Kolloczek" <[email protected]>
| Newsgroups | gmane.mail.qmail.ldap |
|---|---|
| Message-ID | <002c01c95f8d$0565b9b0$10312d10$@de> |
Hi. > I'm setting the quotas in Ldap, but I wanted to establish was that even > if the quota is exceeded is possible to receive emails specific. I would guess that needs patching qmail-local. In main a var "sender" exists, checks for quota are done in function "maildir" called in main with "if (flagdoit) maildir(cmds.s + i);" You may set a new flag_var on sender checks, and make sure that flag_var is accessible in "maildir" so you can pass the quota_check(). But make sure to enable external progs like maildrop handle that check too. Actually I can't remember an existing patch. The only mail qmail-ldap delivers to maildir on a quota reached condition is a quotawarning mail. Greets Phil.