From owner-freebsd-questions@FreeBSD.ORG Tue Mar 21 17:29:49 2006 Return-Path: X-Original-To: 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 1BFF016A41F for ; Tue, 21 Mar 2006 17:29:49 +0000 (UTC) (envelope-from dan@dpcsys.com) Received: from ns.beach.net (ns.beach.net [12.130.64.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EA9043D46 for ; Tue, 21 Mar 2006 17:29:48 +0000 (GMT) (envelope-from dan@dpcsys.com) Received: from dpcsys.com (jeffersonvalley.net [209.137.253.155] (may be forged)) by ns.beach.net (8.13.5/8.13.5) with ESMTP id k2LHT3V5067563; Tue, 21 Mar 2006 09:29:03 -0800 (PST) Date: Tue, 21 Mar 2006 10:29:29 -0700 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v553) To: From: Dan Busarow In-Reply-To: Message-Id: <4094837C-B900-11DA-BD91-0003934CC29E@dpcsys.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.553) Cc: 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: Tue, 21 Mar 2006 17:29:49 -0000 On Tuesday, March 21, 2006, at 09:56 AM, fbsd_user wrote: > These are the steps is followed > > 1) cd /etc/mail > 2) type make > 3) edit /etc/mail/.mc > 4) locate line containing features > 5) Inserted this line FEATURE(`nodns') > 6) save file and exit > 7) in /etc/mail type, make, make install, and make restart That should work. I always add restart to the all: target and I also symlink hostname.cf to sendmail.cf. That way a simple make will always take care of everything. Dan > > > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Dan Busarow > Sent: Tuesday, March 21, 2006 11:23 AM > To: fbsd_user@a1poweruser.com > Cc: questions@freebsd.org > Subject: Re: sendmail & dns lookups > > > > On Tuesday, March 21, 2006, at 08:50 AM, fbsd_user wrote: > >> Yes this is what I want, but the instructions to install are >> for native sendmail and not the FreeBSD way. >> What is the FreeBSD way of activating the nodsn feature? > > cd to /etc/mail > > vi your .mc file. It will be named fqdn.of.the.server.mc > add the FEATURE line > run make > > Dan > > > >> >> >> >> -----Original Message----- >> From: Giorgos Keramidas [mailto:keramida@ceid.upatras.gr] >> Sent: Monday, March 20, 2006 11:10 PM >> To: fbsd_user >> Cc: questions@FreeBSD.org >> Subject: Re: sendmail & dns lookups >> >> >> 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'. >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"