Path: utzoo!utstat!news-server.csri.toronto.edu!cs.utexas.edu!usc!ucsd!dog.ee.lbl.gov!ace.ee.lbl.gov!leres From: leres@ace.ee.lbl.gov (Craig Leres) Newsgroups: news.software.nntp Subject: Re: "Path" Message-ID: <7714@dog.ee.lbl.gov> Date: 22 Oct 90 23:35:20 GMT References: <1990Oct3.145435.19729@wdl1.wdl.fac.com> <1990Oct18.004159.25479@mlb.semi.harris.com> Sender: usenet@dog.ee.lbl.gov Reply-To: leres@helios.ee.lbl.gov (ucbvax!leres for uucp weenies) Organization: Lawrence Berkeley Laboratory, Berkeley Lines: 15 X-Local-Date: Mon, 22 Oct 90 16:35:21 PDT Don Lewis writes: > If you are posting from the other hosts using the mini-inews supplied > with nntp and gethostbyname() does not return a fully qualified domain > name for the current host (as on Suns using YP/NIS), [...] If this is your problem then the hosts file you're loading into the yp map is wrong. The h_name field of the hostnet struct is supposed to be the official (read canonical) name of the host. This means that you really want the fully qualified domain name first: 128.3.112.36 dog.ee.lbl.gov dog it breaks more than the mini-inews if the "alias" appears first. Craig