Exim & Hotmail Problem?

I notice I'm unable to email to my hotmail account. But I don't see any error messages. I am able to email to my yahoo account fine. I am using WHM which means exim is being used for the mail server.

Can anyone determine what the problem is based on the following?

bash-2.04$ echo test |/usr/sbin/sendmail -v receiver@hotmail.com
LOG: MAIN
<= sender@mydomain.aaa.myhost.com U=sender P=local S=314
bash-2.04$ Connecting to mx4.hotmail.com [65.54.254.151]:25 ... connected
SMTP<< 220 mc4-f6.hotmail.com Microsoft ESMTP MAIL Service, Version: 5.0.2195.5600 ready at Mon, 20 Oct 2003 22:42:51 -0700
SMTP>> EHLO mydomain.aaa.myhost.com
SMTP<< 250-mc4-f6.hotmail.com (02.03.00.0022) Hello [66.150.xxx.xxx]
250-SIZE 35840000
250-PIPELINING
250-8bitmime
250-BINARYMIME
250-CHUNKING
250-VRFY
250-AUTH LOGIN
250-AUTH=LOGIN
250-X-HMAUTH
250 OK
SMTP>> MAIL FROM:<sender@mydomain.aaa.myhost.com> SIZE=1346
SMTP>> RCPT TO:<receiver@hotmail.com>
SMTP>> DATA
SMTP<< 250 sender@mydomain.aaa.myhost.com....Sender OK
SMTP<< 250 receiver@hotmail.com
SMTP<< 354 Start mail input; end with <CRLF>.<CRLF>
SMTP>> writing message and terminating "."
SMTP<< 250 <E1ABpIB-00043W-DB@mydomain.aaa.myhost.com> Queued mail for delivery
SMTP>> QUIT
LOG: MAIN
=> receiver@hotmail.com R=lookuphost T=remote_smtp H=mx4.hotmail.com [65.54.254.151]
LOG: MAIN
Completed

 

 

 

 

Top