From: Bender (no email)
Date: Mon Aug 01 2005 - 06:40:55 EDT
> Hi,
> We'd like to reject emails coming from a know specific address
> ()
> 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:
REJECT
See access(5) postfix manpage and .
|
|
|