What makes sendmail do this?

Jonathan I. Kamens jik at athena.mit.edu
Mon Mar 25 19:17:06 AEST 1991


In article <542 at motto.UUCP>, murray at motto.UUCP (Murray S. Kucherawy) writes:
|> I'm working on configuring a sendmail daemon, and I have it completely
|> functional, except when receiving mail for local users, I get this:
|> 
|> ...
|> 
|>    ----- Transcript of session follows -----
|> mail: Options MUST PRECEDE persons
|> 554 <murrayk at server1>... unknown mailer error 5
|> 
|> ...

  Well, since you did not provide your sendmail.cf file, I can only guess at
what the problem is, but a pretty good guess is that the command line
specification for the local mailer specification is screwed up.

  For example, my local mailer specification looks like this:

	Mlocal, P=/bin/mail, F=rlsDFMmn, S=8, A=mail -d $u

I suspect you've got the "$u" and the "-d" switched, like this:

	Mlocal, P=/bin/mail, F=rlsDFMmn, S=8, A=mail $u -d

At least, that's what the error message you're getting seems to imply.

-- 
Jonathan Kamens			              USnail:
MIT Project Athena				11 Ashford Terrace
jik at Athena.MIT.EDU				Allston, MA  02134
Office: 617-253-8085			      Home: 617-782-0710



More information about the Comp.unix.questions mailing list