From owner-freebsd-questions@FreeBSD.ORG Wed Mar 29 04:04:39 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 D6C8A16A41F for ; Wed, 29 Mar 2006 04:04:39 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06DD243D48 for ; Wed, 29 Mar 2006 04:04:35 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (patr530-a065.otenet.gr [212.205.215.65]) (authenticated bits=128) by igloo.linux.gr (8.13.6/8.13.6/Debian-1) with ESMTP id k2T43ue9006716 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 29 Mar 2006 07:04:01 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.4/8.13.4) with ESMTP id k2T43b7u002637; Wed, 29 Mar 2006 07:03:37 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.4/8.13.4/Submit) id k2T43TAS002636; Wed, 29 Mar 2006 07:03:29 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 29 Mar 2006 07:03:29 +0300 From: Giorgos Keramidas To: fbsd_user Message-ID: <20060329040329.GA2590@gothmog.pc> References: <20060321041010.GA31160@flame.pc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.35, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.85, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@FreeBSD.org Subject: Re: sendmail & dns lookups 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, 29 Mar 2006 04:04:39 -0000 On 2006-03-25 15:41, fbsd_user wrote: >Giorgos Keramidas wrote: >>On 2006-03-20 23:02, fbsd_user wrote: >>> How do you tell sendmail not to do dns lookups? >> >> You may be interested at the description of FEATURE(`nodns') in >> the file `/usr/share/sendmail/cf/README'. > > After trying to activate the sendmail nodsn feature in FreeBSD 6.0 I > get a make error. Careful there. The feature is not called "nodsn", but "nodns". > It seems that this feature is no longer available. Or you are mistyping its name...