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
-- Noel Jones