OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Reject email from a single address

From: Bender (b3ndermail.rmg.ru)
Date: Mon Aug 01 2005 - 05:40:55 CDT


> Hi,
> We'd like to reject emails coming from a know specific address
> (someonesomewhere.com)
> What is the best and simple way (his provider can't be considered as
spammer
> and blacklisted)
> Thx
> Christian
>

Insert into smtpd_sender_restrictions check_sender_access and point it to
access table. For instance:

smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/access

/etc/postfix/access:
someonesomewhere.com REJECT

See access(5) postfix manpage and .