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

RE: [cobalt-users] [Maybe OT] Anti-spam measures



 
I have 2 3i-550 boxes 1 of them with latest fixes and patches crashed
regularly SMTP after adding this lines to Sendmail.cf and following Dans
email,
 So I will keep an eye on number 1 server which works at the momment

Tunc 

------------------
Looks similar to mine. I substituted [TAB] for the tabs here. I see some
quotes in mine that I don't see in your rejection line. Mine will disply the
IP rejected in the rejection message:

R$*[TAB]$: $&{client_addr}
R::ffff:$-.$-.$-.$-	$: <?> $(host $4.$3.$2.$1.bl.spamcop.net. $: OK
$)
R$-.$-.$-.$-		$: <?> $(host $4.$3.$2.$1.bl.spamcop.net. $: OK
$)
R<?>OK[TAB]$: OKSOFAR
R<?>$+[TAB]$#error $@ 5.7.1 $: "Mail from " $&{client_addr} " Email blocked
using spamcop

Mine are in Sendmail.cf right before the section:
###  check_mail -- check SMTP `MAIL FROM:' command argument

When I make the changes I run:

/etc/rc.d/init.d/sendmail stop
killall -9 sendmail
/etc/rc.d/init.d/sendmail start

Then to check all is OK:
ps waux | grep sendmail