[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
AW: [cobalt-users] Spamcop dnsbl
- Subject: AW: [cobalt-users] Spamcop dnsbl
- From: "Tobias Appel" <tobias.appel@xxxxxxxxxxxxx>
- Date: Mon Jul 28 04:56:04 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> 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
> --
Hi Gerald,
do you know if your guide will work on a Raq3 too ? I'm not sure, because
the sendmail version might be a bit older, but basicly it "should" work,
right ?
And thanks for that nice tutorial!
Bye,
Tobi