What is the difference between "No address associated with name" and "Unknown host"
- From: a@xxxxxxxx
- Date: Mon, 4 Dec 2006 21:54:29 +0200
What is the difference between "No address associated with name"
and "Unknown host":
$ ping accounts.eirtrade.ie
ping: cannot resolve accounts.eirtrade.ie: No address associated with name
and
$ ping accounts.eirtrade.i
ping: cannot resolve accounts.eirtrade.i: Unknown host
The source of my interest is the next.
My sendmail receives mail from senders with domains like the first,
but rejects mail from the last:
------------------------------------------------------------------------
$ telnet localhost 25
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 host.my.domain ESMTP Sendmail 8.13.7/8.13.6; Mon, 4 Dec 2006 21:38:50 +0200
(EET)
HELO localhost
250 host.my.domain Hello localhost [127.0.0.1], pleased to meet you
MAIL From: asdf@xxxxxxxxxxxxxxxxxxxx
250 2.1.0 asdf@xxxxxxxxxxxxxxxxxxxxxxx Sender ok
RSET
250 2.0.0 Reset state
MAIL From: asdf@xxxxxxxxxxxxxxxxxxx
553 5.1.8 asdf@xxxxxxxxxxxxxxxxxxxxxx Domain of sender address
asdf@xxxxxxxxxxxxxxxxxxx does not exist
QUIT
221 2.0.0 host.my.domain closing connection
Connection closed by foreign host.
------------------------------------------------------------------------
Elisej Babenko
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: What is the difference between "No address associated with name" and "Unknown host"
- From: Abdullah Al-Marrie
- Re: What is the difference between "No address associated with name" and "Unknown host"
- From: Chuck Swiger
- Re: What is the difference between "No address associated with name" and "Unknown host"
- From: Nagy László Zsolt
- Re: What is the difference between "No address associated with name" and "Unknown host"
- Prev by Date: Re: BSDStats Report for December 1st, 2006
- Next by Date: Re: What is the difference between "No address associated with name" and "Unknown host"
- Previous by thread: Ports: Starting over from scratch?
- Next by thread: Re: What is the difference between "No address associated with name" and "Unknown host"
- Index(es):
Relevant Pages
|