From owner-freebsd-questions@FreeBSD.ORG Sun Mar 26 13:30:43 2006 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 21B7716A431 for ; Sun, 26 Mar 2006 13:30:43 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E94D43D5A for ; Sun, 26 Mar 2006 13:30:39 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id B7E915CF0; Sun, 26 Mar 2006 08:30:38 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28910-06; Sun, 26 Mar 2006 08:30:38 -0500 (EST) Received: from [192.168.1.3] (pool-68-160-194-11.ny325.east.verizon.net [68.160.194.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id B29F65C6B; Sun, 26 Mar 2006 08:30:37 -0500 (EST) Message-ID: <4426977E.5050308@mac.com> Date: Sun, 26 Mar 2006 08:30:38 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: fbsd_user@a1poweruser.com References: In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: sendmail feature options. 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: Sun, 26 Mar 2006 13:30:43 -0000 fbsd_user wrote: > Tried to add sendmail feature option "nodns" and received error > during make. > Where can I find list of all the allowable feature options. See /usr/src/contrib/sendmail/cf/README. Looks like "nodns" has been deprecated in favor of FEATURE("nocanonify") and changing /etc/nsswitch.conf or the local equivalent (lookupd's NetInfo configuration, Solaris' nscd, etc). -- -Chuck