From owner-freebsd-questions@FreeBSD.ORG Mon Sep 29 07:40:38 2003 Return-Path: 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 E742D16A4B3 for ; Mon, 29 Sep 2003 07:40:38 -0700 (PDT) Received: from firecrest.mail.pas.earthlink.net (firecrest.mail.pas.earthlink.net [207.217.121.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4465D44017 for ; Mon, 29 Sep 2003 07:40:36 -0700 (PDT) (envelope-from algould@datawok.com) Received: from 22-15.lctv-b4.cablelynx.com ([24.204.22.15] helo=yoda.datawok.com) by firecrest.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.33 #1) id 1A3zCV-0007SK-00; Mon, 29 Sep 2003 07:40:35 -0700 From: "Andrew L. Gould" To: darryl@osborne-ind.com, Date: Mon, 29 Sep 2003 09:39:57 -0500 User-Agent: KMail/1.5 References: <061901c38695$4693b440$0701a8c0@darryl> In-Reply-To: <061901c38695$4693b440$0701a8c0@darryl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309290939.57566.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4b19962d19b611e6d65479b034e8c539fa350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c Subject: Re: Post Installation Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2003 14:40:39 -0000 On Monday 29 September 2003 09:23 am, Darryl Hoar wrote: > Greetings, > I installed 4.7 this past weekend. I screwed up a bit when I > did the post install configure and didn't specify the domain name. > Now, I get sendmail messages about not being able to figure > out the fully qualified domain name, and using the short. This > happens with an annoying frequency. > > I put sendmail_enable="NON" in the /etc/rc.conf file and > rebooted. My understanding of the "NONE" value is that > none of the sendmail processes are started. When I rebooted, > none of the sendmail errors showed. I logged in and did my thing. > Next time when I sent to the screen, the domain name messages > (from sendmail client, queue, etc) were back. > > 1. how do I specify the domain name once I have already finished > the post install configuration ? Add an entry for your computer in /etc/hosts > > 2. How do I totally get sendmail shutdown ? In /etc/rc.conf, try sendmail_enable="NO". > > thanks, > Darryl