D
Dr.X
Hi all.
This may not be a problem but I can't help but wonder about it. I wrote a
small program that watches my email server and take spammers ip addresses
and reveres them to add them to my own in-house block list. It seems to work
ok and it adds the ip to the file bl.mydomain.com.dns in the
winnt\system32\dns directory. The email server is consulting my dns server
and successfully blocking the listed ip (from what I can tell). But here is
the strange problem. I can see the ip listed in the text file
(bl.mydomain.com.dns) but I cannot see it listed in the dns consol (computer
management->services and applications->dns-> act. act..)
example:
1 spammer logs on to email server and spams.
2 server detects spam and hands it to my program
3 my program turns the ip address (a.b.c.d becomes d.c.b.a)
4 my program adds entry to the dns file to look like this: d.c.b.a A
127.0.0.2
now when my email server queries for the existence of
d.c.b.a.bl.mydomain.com and gets a result, the server rejects the email.
(that's what supposed to happen anyway).
Now I see in the consol applet many ip addresses that were added this way
but a lot are missing. I test it by doing nslookup d.c.b.a.bl.mydomain.com
and I get the proper result of 127.0.0.2 even though the dns server is not
showing it there.
Is there something I'm missing? I know I shouldn't worry about it if it
works but I can't help but think there must be something wrong or I'm doing
something wrong.
any help would be greatly appreciated.
This may not be a problem but I can't help but wonder about it. I wrote a
small program that watches my email server and take spammers ip addresses
and reveres them to add them to my own in-house block list. It seems to work
ok and it adds the ip to the file bl.mydomain.com.dns in the
winnt\system32\dns directory. The email server is consulting my dns server
and successfully blocking the listed ip (from what I can tell). But here is
the strange problem. I can see the ip listed in the text file
(bl.mydomain.com.dns) but I cannot see it listed in the dns consol (computer
management->services and applications->dns-> act. act..)
example:
1 spammer logs on to email server and spams.
2 server detects spam and hands it to my program
3 my program turns the ip address (a.b.c.d becomes d.c.b.a)
4 my program adds entry to the dns file to look like this: d.c.b.a A
127.0.0.2
now when my email server queries for the existence of
d.c.b.a.bl.mydomain.com and gets a result, the server rejects the email.
(that's what supposed to happen anyway).
Now I see in the consol applet many ip addresses that were added this way
but a lot are missing. I test it by doing nslookup d.c.b.a.bl.mydomain.com
and I get the proper result of 127.0.0.2 even though the dns server is not
showing it there.
Is there something I'm missing? I know I shouldn't worry about it if it
works but I can't help but think there must be something wrong or I'm doing
something wrong.
any help would be greatly appreciated.