Mailinglist Archive: opensuse (4348 mails)

< Previous Next >
Re: [SLE] Sendmail
  • From: "Theo v. Werkhoven" <twe-suse.e@xxxxxxxxxxxxxxxxxxxx>
  • Date: Thu, 17 Oct 2002 21:40:05 +0200
  • Message-id: <20021017194005.GB3635@xxxxxxxxxxxxxxxxxxxx>
On Mon, 14 Oct 2002, William just had to get this off his chest:

> Hi,
>
> I'am running SuSe Linux 7.1. I use sendmail as a mailserver for several mailboxes.
> I try to get spam filtering to work, but uptill now all this failed to work. I try
> to use a realtime block list of spamcop. I followed instructions on the spamcop site
> to configure /etc/mail/linux.mc and than build my own /etc/sendmail.cf.
> In /etc/sendmail.cf indeed apears the spamcop list but it looks to me, that sendmail
> totally does not look at the spamcop blacklist. I also looked at all log files to see
> if there apear spamcop. Does anyone know how to do this, as I have the impression that
> the sendmail.cf file is specific made for SuSe only, and is not the original setup of
> sendmail.
>
> Any help, suggestions welcome

A bit late, but there you go. Fire up ethereal on the network
interface that sendmail talks to. It should show DNS requests going
out to the RBLDNS sites you configured (or not, if it wasn't
configured right).
If you want a solution that is both simple and powerfull have a look
at Postfix. No hassle with cryptic sendmail.cf like files, but a
straightforward human readable config file. E.g. the blocklist setup
for Postfix:
maps_rbl_domains =
dynablock.wirehub.net,
blackholes.wirehub.net,
relays.ordb.org,
[..]

smtpd_recipient_restrictions =
permit_mynetworks,
[..]
reject_maps_rbl,
permit

That's all, couldn't be simpeler.

Theo
--
Theo v. Werkhoven Registered Linux user# 99872 http://counter.li.org
ICBM 52 8 24N , 4 32 40E.
SuSE 8.0 x86
Kernel 2.4.16-4GB
See headers for PGP/GPG info.
< Previous Next >
References