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

RE: [cobalt-users] [RaQ4] Sendmail anti-spam configuration



<snip>
Hi,
This is what we have on Redhat/ Sendmail 8.12...
# DNS based IP address spam list sbl.spamhaus.org
R$*			$: $&{client_addr}
R$-.$-.$-.$-		$: <?> $(ednsbl $4.$3.$2.$1.sbl.spamhaus.org. $: OK $)
R<?>OK			$: OKSOFAR
R<?>$+<TMP>		$: TMPOK
R<?>127.0.0.2.	$#error $@ 5.7.1 $: "550 Rejected: " $&{client_addr} " listed
at
sbl.spamhaus.org"

Which works well. (the last 2 lines are actually 1 wrapped. )
To check your maillog use the command:
tail -n 1000 /var/log/maillog | grep Rejected
which checks the last 1000 line of the maillog
or
tail -f /var/log/maillog | grep Rejected
To check in real time ( CTRL-C to quit)
Regards
Ian
--
</snip>

Hi,

I already have nuonce's spamassassin installed on one of our Raq550's.
Can/should I add something like the above too? Pro's ? Con's ?
Is it the same for raq550 ?

Thanks in advance for any advice...

John