Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!kyle From: kyle@uunet.UU.NET (Kyle Jones) Newsgroups: comp.mail.sendmail Subject: Re: Sendmail Mlocal delivery agent Message-ID: <121467@uunet.UU.NET> Date: 5 Feb 91 21:38:15 GMT References: <1991Feb5.060707.24400@syacus.acus.oz.au> Organization: UUNET Communications Services, Falls Church, VA Lines: 11 In article <1991Feb5.060707.24400@syacus.acus.oz.au> grants@syacus.UUCP (Grant Sayer) writes: > Can anyone recommend a suitable delivery agent to be used for the 'Mlocal' > specification in sendmail that will handle the From lines. Presently, > I'm using the following specification in sendmail.cf - > > Mlocal, P=/bin/mail, F=lsDFMmn, S=10, R=20, A=mail $u On every system I've used, /bin/mail needs to be passed a -d flag when it is used as a final delviery agent in this way. I.e. Mlocal, P=/bin/mail, F=lsDFMmn, S=10, R=20, A=mail -d $u