On Tue, Sep 07, 2010 at 01:27:17PM +0000, Sharma, Ashish wrote:

> Hi,
> 
> I have a mail receiving postfix deployed.
> 
> On this I am trying to block emails that are to sent to 
> '[email protected]'
> 
> For this I am doing the following:
> 
> smtpd_recipient_restrictions =
>   check_recipient_access hash:/etc/postfix/blockList,
>   reject_unauth_destination,
>   reject_rbl_client zen.spamhaus.org,
>   reject_rbl_client bl.spamcop.net
>   permit
> 
> the 'blockList' file contains the following content:
> 
> [email protected] REJECT
> 
> Is there any way I can quietly 'drop' the emails for the above mentioned case.

    [email protected] DISCARD mail from people who don't get the hint

        http://www.postfix.org/access.5.html

Also consider whether you are providing adequate means for mail recipients
to contact you. Perhaps your "do not reply" mail leaves them with no
options.  Suggestion, include an address in the body of the message,
to which inquiries can be sent.

-- 
        Viktor.

Reply via email to