Index: [Article Count Order] [Thread]

Date:  Thu, 06 Jul 2006 20:03:51 -0500
From:  "Steve Davis" <steve (at mark) zio.com>
Subject:  [coba-e:05952] Re: DNSBL
To:  coba-e (at mark) bluequartz.org
Message-Id:  <fc.000f814700236a753b9aca00c4d49ebb.236a76 (at mark) fc.zio.com>
In-Reply-To:  <008301c6a117$83043a90$010510ac@gregg>
References:  <042001c6a10c$49779110$0301a8c0@Jerrycp> <008301c6a117$83043a90$010510ac@gregg>
X-Mail-Count: 05952

Would some one check this please.
The third feature line has a >>  dns # FEATURE 
that looks out of place.

Steve
>
>> 
>> We used;
>>  cd /etc/mail
>>  cp sendmail.mc sendmail.mc.orig (save it)
>>  vi sendmial.mc
>>    (add below "dnl FEATURE(delay_checks)dnl"
>> 
>> FEATURE(`dnsbl',`dnsbl.njabl.org',`"550 Mail from " $&{client_addr} "
>> rejected - see http://njabl.org/"')dnl
>> dnl # FEATURE(`dnsbl',`dnsbl.sorbs.net',`"554 Rejected " $&{client_addr}
>> " found in dnsbl.sorbs.net"')dnl
>> FEATURE(`dnsbl',`relays.ordb.org',`"554 Rejected " $&{client_addr} "
>> found in relays.ordb.org"')dnl
>> FEATURE(`dnsbl', `bl.spamcop.net', `"550 - Email blocked by SpamCop see:
>> http://spamcop.net/bl.shtml?"$&{client_addr}')dnl
>> FEATURE(`dnsbl',`sbl-xbl.spamhaus.org',`554 Rejected - see
>> http://www.spamhaus.org/')dnl
>> 
>>  use 'vi' "wq"
>>  then run "make"
>>  then restart sendmail
>> 
>> Gerald