> Hello, > > I would like to limit the messages authenticated users can send through > our mail-relay to lets say 100 per hour. For each additional message the > customer shall only get an error like "You exceeded your limit of 100 > messages/h, please try sending again later.". How can I do this or where > can I start? > > Regards > Marten >
Tony Finch wrote a great rate limiting patch (now incorporated into the main exim code). See section 39.30 of the manual. -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
