Re: limiting messages sent from command line

2011-07-27 Thread Victor Duchovni
On Wed, Jul 27, 2011 at 02:30:09AM -0300, Alexandre Biancalana wrote: > I need to limit the quantity of messages sent by my users from > command line (calling sendmail directly), ie: 100 messages by day per > user. What would you do with additional messages sent by a local user? Do you allow the

Re: limiting messages sent from command line

2011-07-27 Thread /dev/rob0
On Wed, Jul 27, 2011 at 10:15:51AM +0200, Ralf Hildebrandt wrote: > * Alexandre Biancalana : > > > > I need to limit the quantity of messages sent by my users from > > command line (calling sendmail directly), ie: 100 messages by > > day per user. > > You'd need to write a sendmail wrapper for t

Re: limiting messages sent from command line

2011-07-27 Thread Ralf Hildebrandt
* Alexandre Biancalana : > Hi list, > > I need to limit the quantity of messages sent by my users from > command line (calling sendmail directly), ie: 100 messages by day per > user. You'd need to write a sendmail wrapper for that -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk

limiting messages sent from command line

2011-07-26 Thread Alexandre Biancalana
Hi list, I need to limit the quantity of messages sent by my users from command line (calling sendmail directly), ie: 100 messages by day per user. Looking at the documentation I had thought of using non_smtpd_milters and write a milter filter to do this using the uid as the key to control the nu