Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2004 20:15:51 +0900
From:      "Rommel B. Ikeda" <r_ikeda@i-international.org>
To:        Matthew Seaman <m.seaman@infracaninophile.co.uk>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: NOQUEUE: SYSERR (root): host "localhost" unknown ?
Message-ID:  <1074165350.24553.9.camel@IBM-R40e.i-international.org>
In-Reply-To: <20040114081817.GA74603@happy-idiot-talk.infracaninophile.co.uk>
References:  <20040114040832.6951.qmail@webmail-2-1.secureserver.net> <20040114081817.GA74603@happy-idiot-talk.infracaninophile.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2004-01-14 at 17:18, Matthew Seaman wrote:
> On Tue, Jan 13, 2004 at 09:08:32PM -0700, Rommel B. Ikeda wrote:
> > Hi,
> > 
> > I do not know if the "Subject Name" was the right one for it...because I really do not know what is going on...
> > 
> > I have been seeing this message...
> > 
> >      554.5.3.0 host "localhost" unknown: Invalid Argument
> >      Jan.... IBM-R40e sm-mta [417] NOQUEUE:SYSERR (root)"localhost" unknown: Invalid Argument
> 
> Sendmail is trying to convert the hostname 'localhost' into an IP
> number.  Not being able to do that is not good.
> 
> You should have at least an entry for localhost in your /etc/hosts:
> 
>     127.0.0.1		localhost
> 
> You might also have the IPv6 equivalent:
> 
>     ::1                 localhost
> 
> and having the same information available from the DNS is quite handy:
> 
>     % host localhost.
>     localhost has address 127.0.0.1
>     localhost has address ::1
>     localhost mail is handled (pri=5) by localhost
> 
> Note: you will also tend to have entries for
> 'localhost.your.domain.com' -- these are fine, but not as important as
> the straight 'localhost' entries.
> 
> 	Cheers,
> 
> 	Matthew

Thank you very much for the reply...
This was what was in my /etc/hosts before your response...

	::1		IBM-R40e IBM-R40e@point.ne.jp
	127.0.0.1	IBM-R40e IBM-R40e@point.ne.jp
	192.168.1.35	IBM-R40e IBM-R40e@point.ne.jp

This is my new /etc/hosts now:
	::1		localhost
	127.0.0.1	localhost
	10.0.0.1	IBM-R40e@point.ne.jp

I had to supply 10.0.0.1 IBM-R40e@point.ne.jp because Gnome 2 complains
that it can not find it...So, I just invented it...I hope that it is
right...
One thing I do not I understand is that when I do:
	%host localhost.
It will be give a "Host not found" response...But, my system is working
fine...What do you think is wrong with it...

Once again, thank you for the response...

Rommel Ikeda



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1074165350.24553.9.camel>