On Tue, 17 Jun 2003, ivo Tijhaar wrote:
I.m using rh9.0 and i want to limit my users mailbox to 5-20Mb depending on
user account. but i can't find any information about it.
thanks in advance
Not quite clear what you want here. Why not just give that volume a quota
of 5-20Mb per person?
If you're talking about incoming message size, if your using sendmail, set
O MaxMessageSize=5000000
or withing the sendmail.mc file
define(`confMAX_MESSAGE_SIZE',5000000)
If you still wanna do it within procmailr, the rule would be something like
:0:
* > 5000000
(do something with it eg pipe to formail, truncate, bounce back to sender
with message saying it's too big)
=-=-=-=-=-=-=-=-=-=-=-=- generated by /dev/dave -=-=-=-=-=-=-=-=-=-=-=-=-=-=
David Stern University of Maryland
Institute for Advanced Computer Studies
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail