From owner-freebsd-questions@FreeBSD.ORG Tue Aug 5 12:43:30 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABCC537B401 for ; Tue, 5 Aug 2003 12:43:30 -0700 (PDT) Received: from pop016.verizon.net (pop016pub.verizon.net [206.46.170.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id B65F243FA3 for ; Tue, 5 Aug 2003 12:43:29 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([151.205.189.55]) by pop016.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030805194328.IFPP24927.pop016.verizon.net@mac.com>; Tue, 5 Aug 2003 14:43:28 -0500 Message-ID: <3F3008D3.8000309@mac.com> Date: Tue, 05 Aug 2003 15:43:15 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Kirk R. Wythers" References: <1060111750.23050.81.camel@lorax.forestry.umn.edu> In-Reply-To: <1060111750.23050.81.camel@lorax.forestry.umn.edu> X-Enigmail-Version: 0.76.4.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at pop016.verizon.net from [151.205.189.55] at Tue, 5 Aug 2003 14:43:28 -0500 cc: FreeBSD Questions Subject: Re: sendmail configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2003 19:43:31 -0000 Kirk R. Wythers wrote: [ ... ] > OK... not space between the install and -cf 'make install-cf > CF=neighborsunited' > > gives the message > > root@lorax:133 make install-cf CF=neighborsunited.net > install -m 444 lorax.forestry.umn.edu.cf /etc/mail/sendmail.cf That's right. Now do a "make restart". > How can I tell (other than new lists created with mailman still do not > send messages), if this worked. Me thinks it is still broken... Try: echo "3,0 postmaster@lorax.forestry.umn.edu" | sendmail -bt ...and see whether it gets rewritten to "neighborsunited.net". > shouldn't there be some reference to: > > MASQUERADE_AS(`neighborsunited.org')dnl FEATURE(masquerade_envelope)dnl > > in sendmail.cf? Yes, you should see a like like: ##### $Id: masquerade_envelope.m4,v 8.9 1999/02/07 07:26:10 gshapiro Exp $ ### ## ...near the beginning of the .cf file, and lines like: # who I masquerade as (null for no masquerading) (see also $=M) DMneighborsunited.net -- -Chuck