From owner-freebsd-questions@FreeBSD.ORG Wed Jul 6 05:59:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 2BB3B16A41C; Wed, 6 Jul 2005 05:59:47 +0000 (GMT) (envelope-from julian@vicor.com) Received: from postoffice.vicor-nb.com (www.vicor.com [12.155.182.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE53743D53; Wed, 6 Jul 2005 05:59:46 +0000 (GMT) (envelope-from julian@vicor.com) Received: from localhost (localhost [127.0.0.1]) by postoffice.vicor-nb.com (Postfix) with ESMTP id 4FC9D4CE9AA; Tue, 5 Jul 2005 22:59:46 -0700 (PDT) Received: from postoffice.vicor-nb.com ([127.0.0.1]) by localhost (postoffice.vicor-nb.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29132-04; Tue, 5 Jul 2005 22:59:46 -0700 (PDT) Received: from julian (julian.vicor-nb.com [208.206.78.97]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by postoffice.vicor-nb.com (Postfix) with ESMTP id 0BE4E4CE959; Tue, 5 Jul 2005 22:59:46 -0700 (PDT) Date: Tue, 5 Jul 2005 22:59:45 -0700 (PDT) From: Julian Elischer To: Giorgos Keramidas In-Reply-To: <20050706024023.GA4129@gothmog.gr> Message-ID: <20050705225853.P10268@julian.vicor-nb.com> References: <42CB29E4.8090203@vicor.com> <20050706015555.GA3301@gothmog.gr> <20050706020026.GC69456@gir.gshapiro.net> <20050706020734.GA3762@gothmog.gr> <20050706021053.GD69456@gir.gshapiro.net> <20050706022533.GA3975@gothmog.gr> <20050706023120.GE69456@gir.gshapiro.net> <20050706024023.GA4129@gothmog.gr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at postoffice.vicor.com X-Mailman-Approved-At: Wed, 06 Jul 2005 12:33:26 +0000 Cc: Gregory Neil Shapiro , freebsd-questions@freebsd.org, Julian Elischer Subject: Re: aaaargghh.. sendmail again 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: Wed, 06 Jul 2005 05:59:47 -0000 I'll be trying the various suggestions I got tomorrow thanks all. On Wed, 6 Jul 2005, Giorgos Keramidas wrote: > On 2005-07-05 19:31, Gregory Neil Shapiro wrote: >>> Very true. Is that correct though, or should we remove it from the >>> generic.m4 file of FreeBSD? >> >> No, I don't want to diverge from Sendmail's source any more than we >> already have for a variety of reasons. > > That's ok :-) > > Just to summarize then, the solution to Julian's problem then is either > one of: > > a) Manually edit the generated sendmail.cf and remove the C{E}root line. > > b) Avoid using DOMAIN(generic) and manually copy over whatever seems > interesting from generic.m4 into his local sendmail.mc file and then > regenerate sendmail.cf from that .mc file. > > I'd probably go for choise (b), because it doesn't require remembering > local "hacks" like "open that file in your editor, remove that line, add > this one, etc." >