From owner-freebsd-questions Tue Jan 27 17:52:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA10389 for questions-outgoing; Tue, 27 Jan 1998 17:52:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA10369; Tue, 27 Jan 1998 17:52:34 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801280152.RAA10369@hub.freebsd.org> Subject: Re: sendmail In-Reply-To: from Dan Busarow at "Jan 27, 98 02:38:10 pm" To: dan@dpcsys.com (Dan Busarow) Date: Tue, 27 Jan 1998 17:52:33 -0800 (PST) Cc: rknebel@csrlink.net, freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Dan Busarow wrote: > On Tue, 27 Jan 1998, Rick Knebel wrote: > > I have got my headers right in my mailings now and can post to every list I > > am on except the freebsd one. > > It still regects my mail starting that the domain is not valid. > > # who I masquerade as (null for no masquerading) (see also $=M) > DMmail.csrlink.net edit your .mc file add: MASQUERADE_AS(mail.csrlink.net) FEATURE(masquerade_envelope) m4 your .mc file copy the resulting .cf to /etc/sendmail.cf HUP sendmail. send mail to the lists. example: cd /usr/src/usr.sbin/sendmail/cf/cf cp freebsd.mc my.mc echo "MASQUERADE_AS(mail.csrlink.net)" >> my.mc echo " FEATURE(masquerade_envelope)" >> my.mc m4 ../m4/cf.m4 my.mc > my.cf cp my.cf /etc/sendmail.cf kill -HUP `head -1 /var/run/sendmail.pid` jmb > > Dan > -- > Dan Busarow 714 443 4172 > DPC Systems / Beach.Net dan@dpcsys.com > Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 > >