From: Jan P. Kessler (no email)
Date: Wed Mar 26 2008 - 05:51:34 EDT
Vitaliy Matytsyn (main) schrieb:
> Dear, friends.
>
> How can I limit total size of outgoing mails up to 100 Mb per user per
> day ?
>
>
> /wbr
> Vitaliy
I don't know, if this is possible with postfix, but with postfwd the
following rule would achieve this:
id=LIMIT01; action=size($$sasl_username/100000000/86400/450 4.7.1 sorry,
max 100mb per day)
Change $$sasl_username to $$sender if that fits and please note that you
have to call postfwd at end_of_data state for reliable size checks. More
on http://postfwd.org/
|
|
|