rfc standards states that you should at least produce a bounce message
for non deliverables messages. Besides, you wouldn't want to discard
important messages eventhough you've reached your quota.  You can
probably revise your script to brounce the email.

My 2c.

On 3/16/06, Glenn Remot <[EMAIL PROTECTED]> wrote:
> hi.
>
> you can either the linux's quota or for a more flexible/fine-grained
> quota implementation, use ur local delivery agent(LDA) which is usually
> procmail or maildrop. For procmail, u can do something like this in
> userA's .procmailrc:
>
> #limits messages to 20Kb
> :0
> * > 20000
> /dev/null
>
> for maildrop, something like this in ur /etc/maildroprc should work:
>
> FLUSH="/dev/null"
> #limits messages to userA to 500Kb
> ( if ( /^To:[EMAIL PROTECTED]/ && $SIZE > 500000 )
> {
>         to "$FLUSH"
> }
>
> hth.
>
>
>
>
>
> [EMAIL PROTECTED]@cus wrote:
>
> > hi guys,
> > how can i set my quota for certain groups. Example Group A - 2MB
> > attachment and 10MB MailBox and for GroupB - 4MB attachment and 20MB
> > MailBox. Im using postfix.
> >
> > Thanks.
> >
> > ------------------------------------------------------------------------
> > Yahoo! Mail
> > Use Photomail
> > <http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=38867/*http://photomail.mail.yahoo.com>
> > to share photos without annoying attachments.
> >
> >------------------------------------------------------------------------
> >
> >_________________________________________________
> >Philippine Linux Users' Group (PLUG) Mailing List
> >[email protected] (#PLUG @ irc.free.net.ph)
> >Read the Guidelines: http://linux.org.ph/lists
> >Searchable Archives: http://archives.free.net.ph
> >
>
>
> --
> Glenn
>
> _________________________________________________
> Philippine Linux Users' Group (PLUG) Mailing List
> [email protected] (#PLUG @ irc.free.net.ph)
> Read the Guidelines: http://linux.org.ph/lists
> Searchable Archives: http://archives.free.net.ph
>
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to