The pet supermarket relay?

Craig White craigwhite at azapple.com
Tue Mar 28 15:55:18 UTC 2006


On Tue, 2006-03-28 at 10:39 -0500, Jack Howarth wrote:
>    What is the form of the filter to be added to .procmailrc to redirect
> join uol.com.br to /dev/null? I tried the steps described at...
> 
> http://fedoraproject.org/wiki/UOL?highlight=%28UOL%29
> 
> ...of adding...
> 
> uol.com.br REJECT uol.com.br blacklisted for broken anti-spam.
> 
> to /etc/postfix/access and then executing...
> 
> postmap /etc/postfix/access
> 
> However that doesn't seem to prevent the mail from appearing in the
> Mail program.
----
the far better place to deal with it is at the postfix level.

the reason that it isn't working is that it is likely that you aren't
using access db hash in your postfix configuration.

You need to implement the smtpd_client_restrictions as described in the
example of /etc/postfix/access

#        /etc/postfix/main.cf:
#            smtpd_client_restrictions =
#                check_client_access hash:/etc/postfix/access
#

Craig




More information about the fedora-list mailing list