|
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 (b3nder
mail.rmg.ru)
Date: Mon Aug 01 2005 - 05:40:55 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Hi,
> We'd like to reject emails coming from a know specific address
> (someone
somewhere.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:
someone
somewhere.com REJECT
See access(5) postfix manpage and .
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]