Path: utzoo!utgpu!watserv1!watmath!att!rutgers!usc!sdd.hp.com!uakari.primate.wisc.edu!uflorida!haven!decuac!shlump.nac.dec.com!riscy.enet.dec.com!dbb From: dbb@riscy.enet.dec.com (dave barrett) Newsgroups: comp.unix.ultrix Subject: Re: ultrix 4.0 and sendmail Summary: local sendmail.cf fix Message-ID: <1777@riscy.enet.dec.com> Date: 18 Oct 90 03:43:57 GMT References: <9010171431.AA29730@right.magnus.ircc.ohio-state.edu> Reply-To: dbb@riscy.enet.dec.com (dave barrett) Distribution: na Organization: Digital Equipment Corp - NYC Lines: 34 In article <9010171431.AA29730@right.magnus.ircc.ohio-state.edu> jeffs@magnus.ircc.ohio-state.edu (Jeff Schluep) writes: > > We are currently installing two 5400's and something strange > is happening with sendmail. When mail is sent from one local > user to another local user the unix from line says that the mail > is from "daemon". However, if a mail message is received from a > non-local user the unix from line is fine. We run the same > sendmail.cf on a sun 280 and it works fine there. We use $g to fill > in the user part of the from line. The regular from: line doesn't > experience the problem. Any ideas? I'm not a novice sendmail > hacker but I'm not quite an expert yet. > > Jeff Schluep Substitute the line in your sendmail.cf file that looks like this: Mlocal, P=/bin/mail, F=rlsDFmn, S=10, R=10, A=mail -d $u with the following line: Mlocal, P=/bin/mail, F=lsDFmn, S=10, R=10, A=mail -r $f -d $u Then kill your sendmail process, re-freeze your sendmail configuration file with /usr/lib/sendmail -bz, and re-start sendmail. David Barrett New York ULTRIX Resource Center dbb@riscy.enet.dec.com ..!decwrl!riscy.enet!dbb These opinions are mine.