Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2000 16:24:26 -0700 (PDT)
From:      Dan Busarow <dan@dpcsys.com>
To:        Roger Bacon <Roger@aeon-uk.net>
Cc:        "FreeBSD-Questions (E-mail)" <FreeBSD-Questions@FreeBSD.org>
Subject:   RE: dchp
Message-ID:  <Pine.BSF.3.96.1000630161957.27887C-100000@java.dpcsys.com>
In-Reply-To: <000601bfe2e7$01a0c760$0200a8c0@ESMERELDA>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 1 Jul 2000, Roger Bacon wrote:
> Thanks. Now I get sendmail reporting the following while booting,
>  and when I try to send any mail
> 
> Jun 30 23:44:33 FreeBSD sendmail[211]: My unqualified host name
> (FreeBSD1) unknown; sleeping for retry
> Jun 30 23:45:34 FreeBSD sendmail[211]: unable to qualify my own domain
> name (FreeBSD1) -- using short name

/etc/dhclient.script updates /etc/resolv.conf

I have these two lines that allow my FreeBSD name server to be used
in preference to the outside ones.

supersede domain-name "your-domain.net";
prepend domain-name-servers 127.0.0.1;

If you had sendmail working before this should be enough to get you
going.

Dan
-- 
 Dan Busarow                                                  949 443 4172
 Dana Point Communications, Inc.                            dan@dpcsys.com
 Dana Point, California  83 09 EF 59 E0 11 89 B4   8D 09 DB FD E1 DD 0C 82



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.1000630161957.27887C-100000>