>timed out while performing the EHLO handshake > > >Has anyone seen this before
sure, I've seen just timeouts at just about every step of the SMTP dialog > I upgraded my imgate box and with certain >mail servers I keep getting this error and the other side reports they >are getting this message did not issue MAIL/EXPN/VRFY/ETRN during >connection to MTA none of those commands are required to deliver mail. add -v to end of smtp line in master.cf temporarily, to get a full trace of the failed dialog, including all SMTP command bytes send/received. and look at our smtp timeout values: postconf | egrep -i "smtp_.*timeout" Len
