Hi

Some idiot has been filling up my logs for the past few days with these
attempts to send mail to bogus addresses. 

Mar  1 09:31:33 rabbit postfix/smtpd[30016]: reject: RCPT from
1Cust63.tnt1.bloomington.il.da.uu.net[63.27.139.63]: 550
<[EMAIL PROTECTED]>: User unknown; from=<ix.netcom.com>
to=<[EMAIL PROTECTED]>
<ad nausium>

I want to stop him at the firewall and not log the packets. But my rule
doesn't seem to be stopping them.

# stop this asshole filling my mail log
$IPTABLES -I INPUT -p tcp --source 63.27.139.63 --dport 25 -j silent

silent is a chain that just does a DROP. So what's wrong with this rule
(other than profanity in the comment)?

tia
charles





_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to