From owner-freebsd-questions@FreeBSD.ORG Tue Apr 24 17:00:39 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 7D65B16A401 for ; Tue, 24 Apr 2007 17:00:39 +0000 (UTC) (envelope-from freebsd@skyhawk.ca) Received: from defout.telus.net (defout.telus.net [204.209.205.55]) by mx1.freebsd.org (Postfix) with ESMTP id BBCCE13C45B for ; Tue, 24 Apr 2007 17:00:34 +0000 (UTC) (envelope-from freebsd@skyhawk.ca) Received: from priv-edmwaa06.telusplanet.net ([216.232.62.60]) by priv-edmwes34.telusplanet.net (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20070424170034.SAUI2416.priv-edmwes34.telusplanet.net@priv-edmwaa06.telusplanet.net>; Tue, 24 Apr 2007 11:00:34 -0600 Received: from [192.168.2.156] (s216-232-62-60.bc.hsia.telus.net [216.232.62.60]) by priv-edmwaa06.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id 38AALA9LT3; Tue, 24 Apr 2007 11:00:23 -0600 (MDT) Message-ID: <462E37AD.30607@skyhawk.ca> Date: Tue, 24 Apr 2007 10:00:29 -0700 From: Andrew Fremantle User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: FreeBSD Questions References: <462D06D8.8060902@skyhawk.ca> <462D45DC.70508@skyhawk.ca> <91707B8C-1C43-40BF-B944-6F3E377680A0@mac.com> In-Reply-To: <91707B8C-1C43-40BF-B944-6F3E377680A0@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: derek@computinginnovations.com 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 17:00:39 -0000 Thanks to everyone who replied, the solution is detailed below Copy /usr/share/sendmail/cf/domain/generic.m4 -> /etc/mail/custom-domain.m4 softlink /etc/mail/custom-domain.m4 -> /usr/share/sendmail/cf/domain/custom-domain.m4 Edit /etc/mail/custom-domain.m4 and remove the EXPOSED_USERS('root') line Edit .m4 and change the DOMAIN(generic) line to DOMAIN(custom-domain) Somehow this broke Make, so I ended up having to manually nuke .cf and .submit.cf to force it to rebuild them. Then a simple "make install" followed by "make stop; make start" and the mail began to flow. That allowed my previous masquerading configuration to work correctly, and I'm now getting my periodic emails.