|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Sendmail - Spammer attack ??
Hello, I am new to sendmail/ Mail admin. Question , my mail info
log is showing 06:53:53 myhost.xxx sendmail[9351]: iBFBrokU009351: ruleset=check_rcpt, arg1=<saint7704@daum.net>, relay=[222.101.164.186], reject=550 5.7.1 <saint7704@daum.net>... Relaying denied. IP name lookup failed [222.101.164.186] I think this is a spammer trying to relay from my server. ?? If so is my configuration (it seems) doing its job by not allowing the relay. If so why is this spammer continuing to try to relay, It won't seem to stop. They keep changing IP (in the same range) 222.100 to 222.200 +/-. How can I be sure that they are not infact relaying from my server. and how can I block this #!#$%@ from continuing ?? Any thoughts appriciated, Thanks, |
|
#2
|
|||
|
|||
|
Quote:
They are not relaying through that server as long as it keeps trying to come from that IP address because your sendmail is not configured to relay mail coming from that IP. That is good and proper. In order to block it before it even knows who or what the email is, you can use access maps. If you have access maps enabled, you could do something like this in /etc/mail/access (or wherever your access map is): That blocks email from either specific hosts (208.180.158.159) or from whole networks (216.180.199.*). To check and see if you have access maps enabled in your sendmail.cf, you can check to see if the access_db.m4 macro was used during building of the sendmail.cf:
Blue skies... Todd Last edited by mrballcb : December 15th, 2004 at 10:33 AM. Reason: typo |
|
#3
|
|||
|
|||
|
thanks
I am greatful for the help, thanks again.
I checked the access in the sendmail.cf and it is as you showed, I edited access file as you showed. can you do " 222.100/200 REJECT" line ?? This spammers swithing IP's in this range. Thanks again, msc |
![]() |
| Viewing: Dev Shed Forums > System Administration > Mail Server Help > Sendmail - Spammer attack ?? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|