Hi to all i need to block email if the number of recipients is greater than a specific number and message size exceeds fixed limit. In main.cf i can configure message_size_limit and smtpd_recipient_limit, but i want to reject email only if (message_size > message_size_limit) and (smtpd_recipient_number > smtpd_recipient_limit)
Hope in your support Thnaks Antonio Tommasi