[ANN] getMXRecords

xbury.cs at clearstream.com xbury.cs at clearstream.com
Wed Aug 7 07:37:00 EDT 2002


To find the dns servers on any windows systems without 2.4.3 you can use the
shell command:

get shell("ipconfig /all")
or the smart way (i think this requires the winXX resouce kit to be in your
path)
get shell("ipconfig /all | findstr /i dns") 
-- findstr lists only those lines w. dns and /i ignores letter case.

Im sure there is an osax to get this info from a mac... on linux, I have no
idea but I think it might be ipcfg or something alike...

cheers
Xavier

> -----Original Message-----
> From: Shao Sean [mailto:shaosean at unitz.ca]
> Sent: 03 August 2002 01:44
> To: Mail-List MetaCard
> Subject: [ANN] getMXRecords
> 
> 
> With the offical release of MetaCard 2.4.3, I am now 
> offically releasing
> getMXRecords(). getMXRecords() is a library that will retrieve the MX
> records and preferences from the DNS server for a domain..
> 
> MX records are used to route email through the internet and 
> point to where
> SMTP servers are - useful if you are writing an email client 
> and/or mail
> server..
> 
> getMXRecords() will only work with MetaCard 2.4.3 as it makes 
> use of the new
> dnsServers() function to find the DNS server to do the lookup from..
> 
> --
> Shao Sean
> http://www.shaosean.tk/
> 
> _______________________________________________
> metacard mailing list
> metacard at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/metacard
> 


Visit us at http://www.clearstream.com   
                                                          
IMPORTANT MESSAGE

Internet communications are not secure and therefore Clearstream International does not accept legal responsibility for the contents of this message.

The information contained in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. Any views expressed in this e-mail are those of the individual sender, except where the sender specifically states them to be the views of Clearstream International or of any of its affiliates or subsidiaries.

END OF DISCLAIMER



More information about the metacard mailing list