[IMGate] Re: MSN and Hotmail

2005-02-02 Thread Andrew P. Kaplan
Donald K. Yocum wrote:
 Is anyone having a problem with postfix (Imgate) not delivering
 Hotmail and MSN accounts?
 


I notice the same thing in my logs, however most but not all is being 
delivered. I tried to telnet with no success. It looks like 64.4.50.179 
is not responding but 64.4.50.239 is working.


Feb  2 08:14:28 imgate1 postfix/smtp[46308]: connect to 
mx3.hotmail.com[64.4.50.179]: Operation timed out (port 25)
Feb  2 08:15:17 imgate1 postfix/smtp[46248]: connect to 
mx3.hotmail.com[64.4.50.179]: Operation timed out (port 25)
Feb  2 08:21:19 imgate1 postfix/smtp[46247]: connect to 
mx3.hotmail.com[64.4.50.179]: Operation timed out (port 25)
Feb  2 08:26:20 imgate1 postfix/smtp[46308]: 5C066AC39: 
to=[EMAIL PROTECTED], relay=mx3.hotmail.com[65.54.167.5], delay=1, 
status=sent (250  [EMAIL PROTECTED] Queued 
mail for delivery)
Feb  2 08:28:46 imgate1 postfix/smtp[46421]: connect to 
mx3.hotmail.com[64.4.50.179]: Operation timed out (port 25)
Feb  2 08:31:52 imgate1 postfix/smtp[46388]: D8132ABCE: 
to=[EMAIL PROTECTED], relay=mx3.hotmail.com[64.4.50.239], 
delay=44, status=sent (250 
[EMAIL PROTECTED] Queued mail for delivery)

-- 
Andrew P. Kaplan
www.cshore.com


A New Year's resolution is something that goes in one year and out the 
other

author unknown


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.2 - Release Date: 1/28/2005




[IMGate] Re: MSN and Hotmail

2005-02-02 Thread Len Conrad

 Is anyone having a problem with postfix (Imgate) not delivering
Hotmail and MSN accounts?

it happens from time to time. their MXs get very slow, and postfix 
smtp_*_timeouts  timeout when trying to send

smtp_connect_timeout = 30s
smtp_data_done_timeout = 600s
smtp_data_init_timeout = 120s
smtp_data_xfer_timeout = 180s
smtp_helo_timeout = 300s
smtp_mail_timeout = 300s
smtp_quit_timeout = 300s
smtp_rcpt_timeout = 300s
smtp_rset_timeout = 20s

either you wait for msn/hotmail to clean up their mess, or you increase 
your SMTP timeout JUST to handle the msn/hotmail mess.

The problem is that increasing your timeouts affects all postfix sending to 
all MXs, not just msn/hotmail.  If you look for other smtp.*timeout in your
maillog, you will get some feel for the situation.

with 9000 backed up, you better increase your SMTP timeout dramatically 
just to bet the mail delivered.

Len