Re: Regarding Recipient limitation

2014-01-02 Thread Benny Pedersen
Joy skrev den 2014-01-02 09:09: 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 .. sorry, use it first, ask how to make rules with it is another question, postfwd support all po

Re: Regarding Recipient limitation

2014-01-02 Thread Dirk Jahnke-Zumbusch
Fabrics Member of the Helmholtz Association D-22603 Hamburg Notkestrasse 85 / 22607 Hamburg - Ursprüngliche Mail - Von: "Joy" An: postfix-users@postfix.org Gesendet: Donnerstag, 2. Januar 2014 08:19:10 Betreff: Regarding Recipient limitation Dear Expert,

Re: Regarding Recipient limitation

2014-01-02 Thread Benny Pedersen
Joy skrev den 2014-01-02 08:19: I tried using smtpd_recipient_limit but unable to set per user restriction. back to basic, smtpd_ is incomming, you want support on outgoind, thus postfix cant help on the other hand you can make policy service do it with any policy server that have ldap supp

Re: Regarding Recipient limitation

2014-01-02 Thread Indrajeet Kumar
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 mil

Re: Regarding Recipient limitation

2014-01-02 Thread Joy
It also not perform what i want ... On Thu, Jan 2, 2014 at 1:45 PM, Venkat wrote: > > On Thu, Jan 2, 2014 at 12:09 AM, Joy 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

Re: Regarding Recipient limitation

2014-01-02 Thread Venkat
On Thu, Jan 2, 2014 at 12:09 AM, Joy 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/

Re: Regarding Recipient limitation

2014-01-02 Thread Joy
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 .. On Thu, Jan 2, 2014 at 1:32 PM, wrote: > On Thu, 2 Jan 2014 12:49:10 +0530 > Joy wrote: > > > I am

Re: Regarding Recipient limitation

2014-01-02 Thread koko
On Thu, 2 Jan 2014 12:49:10 +0530 Joy wrote: > I am using Postfix with LDAP to > host multiple domains and willing to force per user per > mail recipient limit only on outgoing mails. Kindly > suggest me something so that i can have this feature > implemented. > > I tried us

Regarding Recipient limitation

2014-01-01 Thread Joy
Dear Expert, I am using Postfix with LDAP to host multiple domains and willing to force per user per mail recipient limit only on outgoing mails. Kindly suggest me something so that i can have this feature implemented. I tried using smtpd_recipient_limit but unable to set per