Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!snorkelwacker!ira.uka.de!smurf!urlichs From: urlichs@smurf.ira.uka.de (Matthias Urlichs) Newsgroups: comp.protocols.appletalk Subject: Re: MacTCP and MX Domain Name Support Message-ID: <1261@smurf.ira.uka.de> Date: 1 Dec 89 16:40:44 GMT References: Reply-To: urlichs@smurf.ira.uka.de (Matthias Urlichs) Organization: University of Karlsruhe, FRG Lines: 24 In comp.protocols.appletalk Tom Biddulph writes: < [...] . We pass the destination "hostname" directly to the MacTCP name < resolver. If you have the "domain nameserver" option checked, it is passed < to this system for resolution. I don't think that MacTCP knows anything about < the difference between asking for < an "A" address and an "MX" address. It just wants the IP address for the < specified system. < MacTCP doesn't know anything at all about getting addresses from name servers. The domain name resolver code is linked to your application (dns.o), and only understands "A" records. MX-type records should be handled different from A-records anyway.