| Description |
Source code of a server that looks up MX records.The server can be queried using a plain simple tcp/ip socket. The server calls the UNIX porgram "dig" do the querry for it. Reason of creation: for some languages its difficult to find the MX record that belongs to a domain. Also its a nice example on how to call a program from Java. |