you could write a small milter in python which can count the number of recipients, and reject the email if its more than what a lookup table specified for the sender.
http://www.bmsi.com/python/milter.html can help u write a simple milter in python quickly. Read abt the milter protocol and the milter macros you want to use http://www.postfix.org/MILTER_README.html ( i think milter_rcpt_macros<http://www.postfix.org/postconf.5.html#milter_rcpt_macros>) On Thu, Jan 2, 2014 at 1:53 PM, Joy <pj.netfil...@gmail.com> wrote: > It also not perform what i want ... > > > On Thu, Jan 2, 2014 at 1:45 PM, Venkat <mvenkat...@gmail.com> wrote: > >> >> On Thu, Jan 2, 2014 at 12:09 AM, Joy <pj.netfil...@gmail.com> wrote: >> >>> Hi, >>> Thanks for your reply but i am looking for per mail recipient >>> limit not total no of mail sent from per user. I don't think it is going to >>> solve my current issue .. >>> >>> >> See PolicyD: http://www.policyd.org/ >> > >