Xref: utzoo comp.mail.sendmail:2918 comp.unix.questions:29746 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!snorkelwacker.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!jik From: jik@athena.mit.edu (Jonathan I. Kamens) Newsgroups: comp.mail.sendmail,comp.unix.questions Subject: Re: What makes sendmail do this? Message-ID: <1991Mar25.091706.2722@athena.mit.edu> Date: 25 Mar 91 09:17:06 GMT References: <542@motto.UUCP> Sender: news@athena.mit.edu (News system) Distribution: na Organization: Massachusetts Institute of Technology Lines: 31 In article <542@motto.UUCP>, murray@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 ... 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@Athena.MIT.EDU Allston, MA 02134 Office: 617-253-8085 Home: 617-782-0710