Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RBL server

Status
Not open for further replies.

gerinn

Programmer
Joined
Sep 26, 2005
Messages
1
Location
AT
Hi,

I want to write my own blackhole list for my Mailserver so that the only thing i have to do in postfix is reject_rbl_client <myBlackholeList> . I want to write it in C#

Since the Mailserver is already in use I can't use it to test my code. So I thought with nslookup I can simulate my postfix-request.

Am I'm right that the postfix request is sent by a UDP-packet?

I played around with the code for quite a while now, but my blacklist server is receiving nothing from nslookup.

What do I have to do get it work?

Thanks,
Gernot
 
You're writing your own DNS server just to implement blacklisting in a local RBL...?

If you really want to maintain an RBL instead of just using a hashed list of blacklisted domains, why not just maintain it in BIND or the DNS server built into Win2k/Win2k3?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top