Stever Apprentice

Joined: 01 Mar 2005 Posts: 151 Location: North Carolina
|
Posted: Tue Sep 25, 2007 4:04 am Post subject: Is this a good postfix config for backscatterer.org?[SOLVED] |
|
|
It is late and my brain is not at 100%, so I figured maybe I should ask for a second opinion on this. This evening I'm getting inundated with backscatter spam, so I want to implement the ips.backscatterer.org rbl in postfix. I'm trying to only apply this to mail from <>, so here is what I have done:
/etc/postfix/main.cf: Code: | smtpd_client_restrictions =
(the usual stuff)
check_sender_access hash:/etc/postfix/backscatter,
permit
smtpd_restriction_classes = backscatter
backscatter = reject_rbl_client ips.backscatterer.org |
/etc/postfix/backscatter:
Does this look right, or am I missing something?
EDIT: After 8 hours sleep, it seems to be working exactly as I wanted, so marking this solved |
|