2 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] maildrop maildir quota
FromSent OnAttachments
Hilary LukDec 28, 2001 7:16 am 
Doug ClementsDec 28, 2001 1:33 pm 
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] maildrop maildir quotaActions...
From:Doug Clements (dscl@linkline.com)
Date:Dec 28, 2001 1:33:40 pm
List:net.sourceforge.lists.courier-maildrop

On 12/28/01 7:17 AM, "Hilary Luk" <kfl@euro-tech.com> wrote:

Hello,

I just check the MAILDIRQUOTA variable. Instead of set it as system wide environment, can I set it per user basis? If yes, which file I should modify for? Thanks for advance.

Regards, Hilary

I already have a maildrop filter for each user, so I set it in each users' individual filter.

If you're using sqwebmail, you may have to create a couple filters so that your quota settings don't get overwritten when a user changes their quota.

For example:

I have 2 filter files, mailfilter-standard and mailfilter-sqwebmail. My .qmail file calls maildrop on the mailfilter-standard file.

The mailfilter-standard filter checks for bounces and sets the MAILDIRQUOTA variable (and anything else we want to do without the user knowing), and then does an "include mailfilter-sqwebmail" at the end to process the users' filter.

--Doug