Exchange 2000 cannot send mail to yahoo
		
	i have exchange 2000 server, but our office cannot send to yahoo domain only
the mail only hold on the server queue, no any reject mail to client
how can i do		
				March 9th, 2011 5:25am
			You need to take a look at your Exchange SMTP logs, it will show why yahoo was rejecting.
Logging the SMTP Service
http://www.msexchange.org/tutorials/Logging_the_SMTP_Service.html
Or do a telnet session to yahoo's mail server and try to send mail, you will likley get a reject with the reason right away.
from command prompt
nslookup -type=mx yahoo.com
telnet c.mx.mail.yahoo.com 25
helo
mail from:user@mydomain.com
rcpt to:user@yahoo.com
data
subject:test
.
.
 James Chong MCITP | EA | EMA; MCSE | M+, S+ Security+, Project+, ITIL msexchangetips.blogspot.com		
				Free Windows Admin Tool Kit Click here and download it now
					March 9th, 2011 3:35pm
			when i type below command , it will show lost the connection
telnet c.mx.mail.yahoo.com 25
helo
mail from:user@mydomain.com
rcpt to:user@yahoo.com
data
subject:test		
				March 9th, 2011 10:34pm
			What does your SMTP Logs on the server say?
Any NDR?
Anything in queue viewer?Jonas Andersson | Microsoft Community Contributor Award 2011 | MCITP: EMA 2007/2010 | Blog:
http://www.testlabs.se/blog | Follow me on twitter:
jonand82		
				Free Windows Admin Tool Kit Click here and download it now
					March 10th, 2011 9:35am
			It says lost the conenction right after you do telnet c.mx.mail.yahoo.com 25 or after you do the other subsequent commands?
I would also check to see if you are blacklisted anywhere, enter your mail servers public ip.
http://www.mxtoolbox.com/blacklists.aspx
 James Chong MCITP | EA | EMA; MCSE | M+, S+ Security+, Project+, ITIL msexchangetips.blogspot.com		
				March 10th, 2011 1:45pm
			Our server not list on the black list		
				Free Windows Admin Tool Kit Click here and download it now
					March 11th, 2011 1:14am
			No any NDR, and the Email hold on the quene, cannot outgoing		
				March 11th, 2011 1:21am
			after i do telnet c.mx.mail.yahoo.com 25		
				Free Windows Admin Tool Kit Click here and download it now
					March 11th, 2011 1:38am
			i get the smtp log but how to read?		
				March 11th, 2011 1:45am
			what's the last error of that queue? You could paste the related part of smtp log here to see if someone can help.		
				Free Windows Admin Tool Kit Click here and download it now
					March 14th, 2011 8:18am
			If you are getting connection lost right after you telnet to yahoo's mx server it could be that their rejecting your IP. I would open a ticket with yahoo.
Yahoo mail delivery issues form
http://help.yahoo.com/l/us/yahoo/mail/postmaster/forms_index.html 
 James Chong MCITP | EA | EMA; MCSE | M+, S+ Security+, Project+, ITIL msexchangetips.blogspot.com		
				March 14th, 2011 3:39pm
			

