[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Spamcop dnsbl



> 
> I have used these instructions of a RaQ550 with success;;;
> By: Bob German
>     ISPGuru.com
>     Cobalt Developers List.
> 
> cd /usr/lib/sendmail-cf
> vi cf/cobalt.mc
> add the following lines (or those of your own choosing, if you have
> researched the issue) to the FEATURE section
> 
> FEATURE(`dnsbl',`relays.ordb.org', `Rejected - see http://ordb.org/')dnl
> FEATURE(`dnsbl',`bl.spamcop.net',`Rejected - see
> http://spamcop.net/')dnl
> FEATURE(`dnsbl',`sbl.spamhaus.org',`Rejected - see
> http://spamhaus.org/')dnl
> FEATURE(`dnsbl',`blackholes.mail-abuse.org',`Rejected - see
> http://mail-abuse.org/')dnl
> 
> m4 cf/cobalt.mc >/etc/mail/spamblock.cf
> 
> Then go to the /etc/mail directory and backup and copy over the
> sendmail.cf file:
> 
> cd /etc/sendmail
> mv sendmail.cf sendmail.cf.orig
> cp spamblock.cf sendmail.cf
> /etc/rc.d/init.d/sendmail restart
> 
> Gerald
> --


one word: perfect :)

thanx.