Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jan 1998 17:52:33 -0800 (PST)
From:      "Jonathan M. Bresler" <jmb>
To:        dan@dpcsys.com (Dan Busarow)
Cc:        rknebel@csrlink.net, freebsd-questions@FreeBSD.ORG
Subject:   Re: sendmail
Message-ID:  <199801280152.RAA10369@hub.freebsd.org>
In-Reply-To: <Pine.UW2.3.95.980127143702.15215A-100000@cedb> from Dan Busarow at "Jan 27, 98 02:38:10 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
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
> 
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801280152.RAA10369>