On 3/17/2011 5:48 AM, kshitij mali wrote:
Hi ALL,
I wanted some coustom filter in the postfix to block /hold
email in the queue .
for eg at present i can hold an email which come from
*@xyz.com <http://xyz.com> by smtpd_check_sender rule
also i can hold email to *@xyz.com <http://xyz.com> by
smtpd_check_ recipeint rule .
but the above rule work one at a time a can not use both filter.
suppose i want to block mail from *@abc.com <http://abc.com>
and to *@xyz.com <http://xyz.com> how should i achive this ?
Please help me out for creating this kind of filter in postfix .
Thanks in advanced ,
Kshitij
The feature you need is described here:
http://www.postfix.org/RESTRICTION_CLASS_README.html
-- Noel Jones