Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!mephisto!ncsuvx!news From: chim@eceimg.ncsu.edu (Bill Chimiak) Newsgroups: comp.sys.att Subject: Mail Problems on 3B2/600 Summary: No Nameserver capabilities Keywords: Nameserver sendmail.cf Message-ID: <1990Feb15.153534.23100@ncsuvx.ncsu.edu> Date: 15 Feb 90 15:35:34 GMT Sender: news@ncsuvx.ncsu.edu (USENET News System) Reply-To: chim@eceimg.ncsu.edu (Bill Chimiak) Distribution: usa Organization: North Carolina State University Lines: 22 When sending mail on my 3B2/600 using mail or mailx, if the machine cannot find it (I imagine in /etc/hosts), the mail comes back. Now one solution is for me to duplicate the /etc/hosts table on our reginal nameserver. This would be quite taxing on our machines resources. A more desireable solution would be to use a NAMESERVER mechanism as Berkeley-like systems provide. The proceedure I would like is the following: o send email to user@destination.whatever o if destination.whatever is not in my host table, the email is then forwarded to the NAMESERVER o the NAMESERVER then sends the email to destination.whatever. Also required is the response from user@destination.whatever to return to my 3B2/600. One could do the following: If one had a machine on one's network, smart_machine, that had access to a NAMESERVER mechanism, then sending email to user@destination.whatever@smart_machine would easily get mail out but cause intermittent problems receiving replies. Has someone solved this problem? Thanks in advance.