lost connection with while sending RCPT TO

2013-02-26 Thread Radwa Hamed


Hi,
there is an error in mail log file when sending mail to some  hotmail 
accounts

log file error :
relay=none, delay=0.65, delays=0.45/0.14/0/0.06, dsn=4.4.2, 
status=deferred (delivery temporarily suspended: lost connection with 
mx2.hotmail.com[65.55.37.104] while sending RCPT TO)


I want to know what is the reason for this error and how to solve it

Thank you,

--
Ingénieur Radwa Hamed radwa.ha...@auf.org
Responsable Technique local du Campus Numérique Francophone (CNF) de l'Agence 
Universitaire de la francophonie (AUF) à  l'Université Senghor
Département Formations à  Distance (FAD)  Technologies de l'information et de 
la communication pour l'Education (TICE)
1, Place Ahmed Orabi,B.P 2 - 415 El Mancheya
  Alexandrie - Egypte
Tél   : ++ 203 48 43 229



Re: lost connection with while sending RCPT TO

2013-02-26 Thread Wietse Venema
Radwa Hamed:
 there is an error in mail log file when sending mail to some  hotmail 
 accounts
 log file error :
 relay=none, delay=0.65, delays=0.45/0.14/0/0.06, dsn=4.4.2, 
 status=deferred (delivery temporarily suspended: lost connection with 
 mx2.hotmail.com[65.55.37.104] while sending RCPT TO)
 
 I want to know what is the reason for this error and how to solve it

http://mail.live.com/mail/postmaster.aspx

Wietse


Re: lost connection with while sending RCPT TO

2013-02-26 Thread Viktor Dukhovni
On Tue, Feb 26, 2013 at 02:08:34PM +0200, Radwa Hamed wrote:

 there is an error in mail log file when sending mail to some
 hotmail accounts

 ... relay=none, delay=0.65, delays=0.45/0.14/0/0.06, dsn=4.4.2,
 status=deferred (delivery temporarily suspended: lost connection
 with mx2.hotmail.com[65.55.37.104] while sending RCPT TO)
 
 I want to know what is the reason for this error and how to solve it

First, note that the words delivery temporarily suspended mean
that this error is the result of previous errors that lead to the
suspension of message delivery to the destination. The error message
is taken from the last failed delivery that caused delivery to be
suspended.

Delivery is suspended when multiple consecutive message deliveries
are aborted by connection problems (not just invalid/refused
recipients). The number of messages is by default the concurrency
limit for the destination.

Some users set very low concurrency limits for destinations such
as Yahoo or Hotmail, hoping that this will help avoid rate limits
imposed by the provider.

One consequence of such low limits is that delivery is far more
likely to be suspended in the face of a small burst of errors.
This is especially likely if you configure a rate delay for
the destination, which effectively sets the concurrency limit
to 1.

You'll get better help if you post your postconf -n configuration
settings as requested in http://www.postfix.org/DEBUG_README.html#mail;.

You should also look further back in your log and find the actual
deliveries that trigger the problem (the ones that don't have
delivery temporarily suspended in the error reason). You'll
see how many consecutive failures of this sort it took to throttle
(suspend) delivery to Hotmail.

-- 
Viktor.


lost connection with [] while sending RCPT TO

2009-03-20 Thread Tomasz Suchodolski

Hello,

Today i had a mail that stuck in the queue with error:
lost connection with mail.someserver.xxx [xx.xxx.xxx.xxx] while
sending RCPT TO), so i looked at logs.
During the session, their server sent mail:
from= to=mail.someserver.xxx-1237585487-test...@mydomain.com 
proto=SMTP helo=mail.someserver.xxx and got greylisted each time. 
After this, mail ended in deferred. So I whitelisted their 
adress(postgrey), flushed the queue. Again their server
sent a test message, got answer user unknown and finally my mail was 
delivered.


Is it common to send such testing messages ?

Regards,
Tomasz