Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!mit-eddie!uw-beaver!ubc-cs!alberta!myrias!edm!geoff From: geoff@edm.uucp (Geoff Coleman) Newsgroups: comp.unix.aix Subject: Re: Sendmail problems on RS/6000 (+ othe UUCP stuff) Message-ID: <1990Aug14.044632.13957@edm.uucp> Date: 14 Aug 90 04:46:32 GMT References: <1990Aug12.223057.18818@turnkey.tcc.com> Organization: Unexsys Systems inc. Lines: 42 From article <1990Aug12.223057.18818@turnkey.tcc.com>, by jackv@turnkey.tcc.com (Jack F. Vogel): > In article <1990Aug12.031309.15691@maverick.ksu.ksu.edu> proot@ksuvax1.cis.ksu.edu (Paul T. Root) writes: > [ ...disgruntled over mail problems...] > >>When uucp mail is received it gets upset that there is no @ in the path. > ^^^^^^^^^^ > Your technical report of the problem :-} makes it difficult to know how > to help you! > >>As its been a long while since I've gotten elbow deep into sendmail.cf, >>I thought I'd check here to see if anyone else had fixed this problem. > I to saw the same problem when I first installed the OS in our 6000. The message is a no @ in the SMTP address error. Seeing as the path given to mail was machine!user I didn't expect to see an @. I played around with the cf file with no luck so I took the easy way out and put smail 3.1 on the box. Right now I'm wary of anything that uses UUCP. I came across a problem today with uux. On our System V (actualy CTIX 6) we do remote prinitng by putting the line uux -c machine!lp !$file in the interface file in place of the usual cat $file line. When sending files to the 6000 for this it returns a message to uucp account that the spooler can't find /usr/spool/uucp/.Xqtdir/. Any ideas on this one. As well in there documentation they say that uux -C machine!command file operates on file on the local machine. Does it not need a ! in front to tell it it's on the local machine????? Geoff Coleman Unexsys Systems p.s. the solution to my first problem was to have uux takes it input from stdin ie. cat $file | uux -c - machine!lp