|
| Hello:
I figured out access delay. Now I got an new problem. I test smtp using
telnet.
open machinename 25
220 ...... Microsoft ESMTP MAIL Service, Version: 5.0.2195.6
713 ready at Wed, 8 Nov 2006 14:35:33 -0600
helo me
250 ........ Hello [172.16.29.9]
mail from:username@domainName.com
250 2.1.0 userName@domainName.com....Sender OK
rcpt to:recipient@domainName.com
250 2.1.5 recipient@domainName.com
data
354 Start mail input; end with <CRLF>.<CRLF>
This is a test
testing
..
250 2.6.0 < MachineNameTo088WBgnEvjy00000001@deliver
DomainName.com> Queued
mail f
or delivery
It looks that all sending mails were hold in queue folder. I opened the
queue mail. It was kind of weird. From queue mail, it showed: mail from
username@domainName.com, but mail to: None
Why did not show recipient email address even though I typed it.
I check the event log. It showed that Message delivery to the remote domain
'domainName.com' failed for the following reason: The remote server did not
respond to a connection attempt.
Anyone could help me out? Thanks
|
|