On Wed, May 16, 2007 at 07:57:14AM -0500, Michael Sullivan wrote:
> From: Michael Sullivan <[EMAIL PROTECTED]>
> To: Exim Mailing List <[email protected]>
> Date: Wed, 16 May 2007 07:57:14 -0500
> Subject: Re: [exim] One of my boxes can't send mail
> 
> On Wed, 2007-05-16 at 08:50 +0000, Steven Wayne wrote:
> > On Tue, May 15, 2007 at 11:13:02AM -0500, Michael Sullivan wrote:
> > > From: Michael Sullivan <[EMAIL PROTECTED]>
> > > To: [email protected]
> > > Date: Tue, 15 May 2007 11:13:02 -0500
> > > Subject: [exim] One of my boxes can't send mail
> > > 
> > > One of my boxes which was working a few days ago has stopped sending
> > > mail.  I found this test in the exim wiki:
> > > 
> > > catherine ~ # exim -bt michael
> > > [EMAIL PROTECTED] is undeliverable: Unrouteable address
> > >     <-- [EMAIL PROTECTED]
> > > 
> > > Here's a more complete attempted transaction:
> > > 
> > > catherine ~ # telnet localhost 25
> > > Trying 127.0.0.1...
> > > Connected to localhost.
> > > Escape character is '^]'.
> > > 220 catherine.espersunited.com ESMTP Exim 4.67 Tue, 15 May 2007 11:00:49
> > > -0500
> > > helo test
> > > 250 catherine.espersunited.com Hello localhost [127.0.0.1]
> > > mail from: [EMAIL PROTECTED]
> > > 250 OK
> > > rcpt to: [EMAIL PROTECTED]
> > > 550-Verification failed for <[EMAIL PROTECTED]>
> > > 550-Unrouteable address
> > > 550 Sender verify failed
> > 
> > Hi,
> > 
> > Try sending from a valid address.
> 
> [EMAIL PROTECTED] IS  a valid address.

No it isn't.

$ mx catherine.espersunited.com
catherine.espersunited.com MX record currently not present


$ host catherine.espersunited.com
catherine.espersunited.com      A       70.234.122.251

$ telnet 70.234.122.251 25
Trying 70.234.122.251...
Connected to 70.234.122.251.
Escape character is '^]'.
220 catherine.espersunited.com ESMTP Exim 4.67 Wed, 16 May 2007 07:58:53 -0500
helo power.net.uk
250 catherine.espersunited.com Hello baldman.power.net.uk [195.60.3.32]
MAIL FROM:<>
250 OK
RCPT TO:<[EMAIL PROTECTED]>
550 Unrouteable address
rset
250 Reset OK
quit
221 catherine.espersunited.com closing connection
Connection closed by foreign host.


Steven.
-- 
You'll never be the man your mother was!

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to