bharathan kailath wrote:

one of our customer send mass mails thru our postfix server; is it possible to restrict number of mail recipient for a particular sender!
help appreciated.

Use a policy service. With postfwd, to limit [email protected] to 20 recipients per message, something like:

id=RULE_01; recipient_count=21; [email protected]; action=REJECT

You could also write your own policy service; read:
http://www.postfix.org/SMTPD_POLICY_README.html

--
Sahil Tandon <[email protected]>

Reply via email to