Can't Send Mail to Hotmail Accounts
For some reason, recently I have been unable to email any hotmail accounts. I am able to mail yahoo accounts fine. I have copied a test email below. Does anyone know what could be the cause of this problem? Maybe the localhost.localdomain part? Thanks for any info.--
echo test | /usr/sbin/sendmail -v myemail@hotmail.com
myemail@hotmail.com... Connecting to [127.0.0.1] via relay...
220 www.mydomain.com ESMTP Sendmail 8.12.8/8.12.8; Tue, 16 Dec 2003 00:48:52 -0500
>>> EHLO www.mydomain.com
250-www.mydomain.com Hello localhost.localdomain [127.0.0.1], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-DELIVERBY
250 HELP
>>> MAIL From:<mylocaluser@www.mydomain.com> SIZE=5
250 2.1.0 <mylocaluser@www.mydomain.com>... Sender ok
>>> RCPT To:<myemail@hotmail.com>
>>> DATA
250 2.1.5 <myemail@hotmail.com>... Recipient ok
354 Enter mail, end with "." on a line by itself
>>> .
250 2.0.0 hBG5mqFc013013 Message accepted for delivery
myemail@hotmail.com... Sent (hBG5mqFc013013 Message accepted for delivery)
Closing connection to [127.0.0.1]
>>> QUIT
221 2.0.0 www.mydomain.com closing connection