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

next in thread | previous in thread | raw e-mail | index | archive | help

--sdtB3X0nJg68CQEu
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Jan 13, 2004 at 09:08:32PM -0700, Rommel B. Ikeda wrote:
> Hi,
>=20
> I do not know if the "Subject Name" was the right one for it...because I =
really do not know what is going on...
>=20
> I have been seeing this message...
>=20
>      554.5.3.0 host "localhost" unknown: Invalid Argument
>      Jan.... IBM-R40e sm-mta [417] NOQUEUE:SYSERR (root)"localhost" unkno=
wn: 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=3D5) 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

--=20
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK

--sdtB3X0nJg68CQEu
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFABPtJdtESqEQa7a0RAkZtAKCMPqk+NgScs4yBE02ohvP1cWJkWgCfcXkk
4akKTxBu7COAhXEoIzqljyA=
=SSSe
-----END PGP SIGNATURE-----

--sdtB3X0nJg68CQEu--



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