Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!dsinc!netnews.upenn.edu!msuinfo!midway!news From: phd_ivo@gsbacd.uchicago.edu Newsgroups: comp.sys.next Subject: Re: sendmail SMTP queries Message-ID: <1990Jul5.203409.9404@midway.uchicago.edu> Date: 5 Jul 90 19:29:04 GMT Sender: news@midway.uchicago.edu (News Administrator) Organization: University of Chicago Graduate School of Business Lines: 18 I figured out what plagued my mailer" (1) sendmail is in /usr/lib/sendmail, not etc, so no wonder I got a permission denied message. (2) The rule that bothered the mailer was rule S6, which rewrote the address to be local. One of those special local conversions matched (although I can't find the definition of token $=m, which would allow me to understand better why this rule wants to match, and where I would ever want it to match). In any case, commenting the third rule of ruleset 6 did the trick for me. I hope I didn't break anything else in the process... I should highly recommend the book "Unix System Administration Handbook," written with emphasis on BSD, by Evi Nemeth, Garth Snyder and Scott Seabass, Prentice Hall. It definitely is a big help for adminstrating some of the mail and network stuff. /ivo welch ivo@next.agsm.ucla.edu