> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Ian Moore > Sent: Sunday, February 06, 2005 2:07 AM > To: [email protected] > Subject: Sendmail masquerading configuration > > > Hi, > I'm hoping someone can help me with this. > > I want to make sendmail (on a 5.3-Release server) leave the > host name out of > the sender address when sending mail from that machine. > I.E. mail from root currently has a sender address of > [EMAIL PROTECTED], I > want it to be [EMAIL PROTECTED] instead. >
Not possible, I think, as I recall masquerading only works on users not in the T macro. (ie: Trusted Users) root is most definitely in this macro. Masquerading is a bullshit way of doing this kind of thing anyhow. Use the -f switch if your calling the sendmail binary directly from programs. If your using /bin/mail as a MUA, then get a better one like Elm or Pine that lets you do this. Ted _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
