On 2/23/2010 7:27 PM, Ruben Safir wrote:
On Tue, Feb 23, 2010 at 06:46:18PM -0600, Noel Jones wrote:
On 2/23/2010 6:30 PM, Ruben Safir wrote:
What is the most straight method of hooking up a milter for blackhole
services.  I've had more than a fewest suggestions and read a few
different methods, but I'm left puzzled as to the best means of doing
this.

Ruben

Generally using an RBL in postfix is as simple as adding
   reject_rbl_client rbl.example.com
at an appropriate place in your smtpd restrictions.  No milter or
other external software necessary.
http://www.postfix.org/postconf.5.html#reject_rbl_client

A basic example:
# main.cf
smtpd_recipient_restrictions =
   permit_mynetworks
   reject_unauth_destination
   reject_rbl_client zen.spamhaus.org


Do I need to remake a database binary with it?

Ruben

There is no local database for an RBL lookup.

  -- Noel Jones

Reply via email to