From owner-freebsd-questions@FreeBSD.ORG Tue Apr 24 00:41:22 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C09216A401 for ; Tue, 24 Apr 2007 00:41:22 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out4.apple.com (mail-out4.apple.com [17.254.13.23]) by mx1.freebsd.org (Postfix) with ESMTP id 0521813C43E for ; Tue, 24 Apr 2007 00:41:21 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay5.apple.com (relay5.apple.com [17.128.113.35]) by mail-out4.apple.com (8.13.8/8.13.8) with ESMTP id l3O06Eml019704; Mon, 23 Apr 2007 17:06:14 -0700 (PDT) Received: from relay5.apple.com (unknown [127.0.0.1]) by relay5.apple.com (Symantec Mail Security) with ESMTP id ED2CA29C002; Mon, 23 Apr 2007 17:06:13 -0700 (PDT) X-AuditID: 11807123-a2dddbb0000013cb-fe-462d49f5f18b Received: from [17.214.13.96] (cswiger1.apple.com [17.214.13.96]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay5.apple.com (Apple SCV relay) with ESMTP id D221A30400B; Mon, 23 Apr 2007 17:06:13 -0700 (PDT) In-Reply-To: <462D45DC.70508@skyhawk.ca> References: <462D06D8.8060902@skyhawk.ca> <462D45DC.70508@skyhawk.ca> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <91707B8C-1C43-40BF-B944-6F3E377680A0@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Mon, 23 Apr 2007 17:06:13 -0700 To: Andrew Fremantle X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: FreeBSD Questions Subject: Re: Invalid Global DNS name and sendmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Apr 2007 00:41:22 -0000 On Apr 23, 2007, at 4:48 PM, Andrew Fremantle wrote: > Are you aware of any way of doing this stuff in the .mc file? > Should the .cf ever be remade, these changes would be blown away.... Right-- seems to be for the .mc file (from /usr/share/sendmail/cf/ README): > There are always users that need to be "exposed" -- that is, their > internal site name should be displayed instead of the masquerade name. > Root is an example (which has been "exposed" by default prior to > 8.10). > You can add users to this list using > > EXPOSED_USER(`usernames') ...and to change hostname use: define(`confDOMAIN_NAME', `hostname.example.com') -- -Chuck