Xref: utzoo comp.unix.questions:29361 comp.unix.ultrix:6512 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!uwm.edu!linac!mp.cs.niu.edu!rickert From: rickert@mp.cs.niu.edu (Neil Rickert) Newsgroups: comp.unix.questions,comp.unix.ultrix Subject: Re: How does sendmail get UUCP host names? Keywords: uucp Message-ID: <1991Mar12.035457.18829@mp.cs.niu.edu> Date: 12 Mar 91 03:54:57 GMT References: <1991Mar12.011642.17723@pslu1.psl.wisc.edu> Organization: Northern Illinois University Lines: 42 In article <1991Mar12.011642.17723@pslu1.psl.wisc.edu> bill@pslu1.psl.wisc.edu (Bill Roth) writes: >I'm having trouble installing UUCP on a decstation 3100. If I install >a new host in L.sys, and create the appropriate directories, kill sendmail >freeze the configuration file, and restart sendmail, when I mail >to the new host, it does not find it. The mailer returns a message that >says: host "newhost" not connected to pslu1 by uucp. > >Where does sendmail pick up the UUCP hosts, and how? This depends on the design of 'sendmail.cf'. A popular method is to define a class, say $=U, which matches all connected UUCP hosts. Look for a line: CUuuhost1 uuhost2 ... or perhaps CU uuhost1 CU uuhost2 ... or perhaps FU/pathname/of/file_containing UUCP hosts In the above, 'U' could be just about any letter of the alphabet. grep '^[FC]' sendmail.cf can be very helpful in guessing which letter is used. (A particulary undesirable approach uses FU/usr/lib/uucp/L.sys which has the wonderful effect of putting all passwords in L.sys into the freeze file, and into an core dumps from sendmail). -- =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*= Neil W. Rickert, Computer Science Northern Illinois Univ. DeKalb, IL 60115 +1-815-753-6940