Re: [Exim] error sending mail to hotmail.com

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Dan Egli
Ημερομηνία:  
Προς: newpincho
Υ/ο: exim-users
Αντικείμενο: Re: [Exim] error sending mail to hotmail.com
Santi wrote:

>I can send mails to yahoo and other hosts, but when I send one to hotmail, I have the next error:
>
>2004-04-20 01:58:48 1BFif2-0000YL-00 <= santi@??? U=santi P=local S=582 id=1082419127.2119.0.camel@localhost
>2004-04-20 01:58:53 1BFif2-0000YL-00 => newpincho@??? R=lookuphost T=remote_smtp H=mx2.mail.yahoo.com [64.156.215.5]
>2004-04-20 01:58:55 1BFif2-0000YL-00 ** newpincho@??? R=lookuphost T=remote_smtp: SMTP error from remote mailer after MAIL FROM:<santi@???> SIZE=1624: host mx2.hotmail.com [65.54.166.230]: 554 Transaction failed
>2004-04-20 01:58:55 1BFif9-0000YU-00 <= <> R=1BFif2-0000YL-00 U=mail P=local S=1528
>2004-04-20 01:58:55 1BFif2-0000YL-00 Error message sent to santi@???
>2004-04-20 01:58:55 1BFif2-0000YL-00 Completed
>2004-04-20 01:58:55 1BFif9-0000YU-00 => santi <santi@???> D=localuser T=local_delivery
>2004-04-20 01:58:55 1BFif9-0000YU-00 Completed
>
>How can I fix this problem?
>
>This is the failure mail notification:
>
>This message was created automatically by mail delivery software (Exim).
>
>A message that you sent could not be delivered to one or more of its
>recipients. This is a permanent error. The following address(es) failed:
>
>  newpincho@???
>    SMTP error from remote mailer after MAIL
>FROM:<santi@???> SIZE=1624:
>    host mx2.hotmail.com [65.54.166.230]: 554 Transaction failed

>
>------ This is a copy of the message, including all the headers. ------
>
>Return-path: <santi@???>
>Received: from santi by localhost with local (Exim 3.36 #1 (Debian))
>        id 1BFif2-0000YL-00; Tue, 20 Apr 2004 01:58:48 +0200
>Subject: prueba de envio de correo
>From: Santi <newpincho@???>
>Reply-To: newpincho@???
>To: santi <newpincho@???>
>Cc: newpincho@???
>Content-Type: text/plain
>Content-Transfer-Encoding: 7bit
>Message-Id: <1082419127.2119.0.camel@localhost>
>Mime-Version: 1.0
>X-Mailer: Ximian Evolution 1.4.6
>Date: Tue, 20 Apr 2004 01:58:47 +0200
>Sender: Santiago Rodriguez <santi@???>

>
>enviando con exim...
>
>
>thanks!
>
>--
>Santi <newpincho@???>
>
>
>--
>
>## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>
>
>

Not much you can do. Not your fault. Hotmail's servers blew a gasket.
The logs clearly show you getting a 55x error during smtp time.
Acording to the RFC, that's instant death for a message. Exim is just
following the rules.

--- Dan