K bharathan: > hi all > is there a way to restrict a sender to send only to a fixed no.of recipients > in one mail! i want this to be kept as a general rule on my smtp out server
Other people have already mentioned the policy plugins. Another possibility is to use the built-in rate limit. http://www.postix.org/postconf.5.html#smtpd_client_recipient_rate_limit Postfix implements similar rate limits on the number of messages and connections. Wietse