Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.edu.au!munnari.OZ.AU!uunet!in3.uu.net!128.230.129.106!news.maxwell.syr.edu!newsfeed.internetmci.com!dimensional.com!flatland.dimensional.com!not-for-mail From: mfuhr@dimensional.com (Michael Fuhr) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Weird sendmail behavior Date: 20 Jun 1997 09:08:10 -0600 Organization: Dimensional Communications Lines: 23 Message-ID: <5oe6cq$krt@flatland.dimensional.com> References: <5o6me2$p0n@news.gvsu.edu> <5o76es$l0s@flatland.dimensional.com> <5o7b90$1kc@news.gvsu.edu> NNTP-Posting-Host: flatland.dimensional.com X-Newsreader: NN version 6.5.1 (NOV) Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:43226 [ cc to author ] behrensm@river.it.gvsu.edu (Matt Behrens) writes: > : Are you sure no person or program has mucked with /etc/sendmail.cf? > : There should be a line that starts "Mlocal", but from the error it > : looks like yours is "Mocal". Try "grep ocal /etc/sendmail.cf" and see > : what you get. > > Nope, Mlocal is in there: > > Mlocal, P=/usr/libexec/mail.local, F=lsDFMAw5:/|@qrmn9, S=10/30, > R=20/40, Oops -- sorry about having you look in the wrong place. Your error was "unkown mailer ocal" so of course there's no Mocal line. See if some rule specifies "ocal" instead of "local", probably in S0 or one of the rulesets it calls. Something like this may help: grep -n '[^l]ocal' sendmail.cf -- Michael Fuhr http://www.dimensional.com/~mfuhr/