From owner-freebsd-questions@FreeBSD.ORG Mon Aug 3 05:10:06 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31C63106566B for ; Mon, 3 Aug 2009 05:10:06 +0000 (UTC) (envelope-from fbsd@dannysplace.net) Received: from mail.dannysplace.net (mail.dannysplace.net [80.69.71.124]) by mx1.freebsd.org (Postfix) with ESMTP id DD4768FC14 for ; Mon, 3 Aug 2009 05:10:05 +0000 (UTC) (envelope-from fbsd@dannysplace.net) Received: from 203-206-171-212.perm.iinet.net.au ([203.206.171.212] helo=[192.168.10.10]) by mail.dannysplace.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MXpoB-0004ha-0U for questions@freebsd.org; Mon, 03 Aug 2009 15:10:05 +1000 Message-ID: <4A767180.7080108@dannysplace.net> Date: Mon, 03 Aug 2009 15:11:28 +1000 From: Danny Carroll User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 References: <4A763BDD.2010308@dannysplace.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Authenticated-User: danny X-Authenticator: plain X-Sender-Verify: SUCCEEDED (sender exists & accepts mail) X-Exim-Version: 4.69 (build at 08-Jul-2008 08:59:40) X-Date: 2009-08-03 15:10:03 X-Connected-IP: 203.206.171.212:7751 X-Message-Linecount: 45 X-Body-Linecount: 32 X-Message-Size: 1109 X-Body-Size: 563 X-Received-Count: 1 X-Recipient-Count: 1 X-Local-Recipient-Count: 1 X-Local-Recipient-Defer-Count: 0 X-Local-Recipient-Fail-Count: 0 X-SA-Exim-Connect-IP: 203.206.171.212 X-SA-Exim-Rcpt-To: questions@freebsd.org X-SA-Exim-Mail-From: fbsd@dannysplace.net X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on ferrari.dannysplace.net X-Spam-Level: * X-Spam-Status: No, score=1.6 required=8.0 tests=ALL_TRUSTED,AWL, MISSING_HEADERS,TVD_RCVD_IP autolearn=disabled version=3.2.5 X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mail.dannysplace.net) Cc: questions@freebsd.org Subject: Re: Sendmail Masqurading and root mails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd@dannysplace.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2009 05:10:06 -0000 Jeffrey Goldberg wrote: > I found the answer to your problem here: > > http://www.grok.org.uk/docs/smroot.html > > > The file that is being included which has the > > EXPOSED_USER(`root') > > line lives at > > /usr/share/sendmail/cf/domain/generic.m4 > > Just make a copy of that file, call it beasie.m4, remove the > "EXPOSE_USER" directive from your copy and then change > > DOMAIN(generic) > > to > > DOMAIN(beasie) > > in your mail .mc file. > > Cheers, > It seems your google-fu is much better than mine. Thanks so much for your help. -D