|
uemurad -> RE: E2K3 w/ SP2 cannot receive internet email (24.Mar.2007 1:40:29 PM)
|
quote:
If you mean if I can open a telnet session, then pretend if I'm a mailserver and am sending an email, then yes that works. Thanks for answering the questions. Let's dig deeper. Typing in telnet <IPAddr> 25 and getting a response indicates port 25 is open and the server is running SMTP. So far so good. You understand that you are pretending to be a mailserver sending an Email. Also good. Now, let's actually be that outside mailserver and send Email. The response to the telnet command will indicate whether the remote server is SMTP or ESMTP. If ESMTP, you can issue either a HELO or EHLO command. If SMTP, it won't understand EHLO. Type: EHLO test You'll get a bunch of SMTP responses, hopefully ending with OK Type: mail from: outsidetest@abc.com Again, you'll get a response, hopefully ending with OK Type: rcpt to: <validaddress>@yourdomain.com Make sure the address is valid within your SMTP domain. If it's not, the response should indicate that. If valid, you'll see a response that doesn't indicate an error. Type: data Type: subject: Test message Press Enter This is a blank line after the subject line - it helps to delimit the end of the subject and the beginning of the message body. Type: This is a test Press Enter Type: . This is a period followed by Enter. It delimits the end of the message body and you should receive a response indicating the message is queued for delivery. Type: quit This terminates the Telnet session. If you make it all the way through without errors, you should either receive the message in the mailbox indicated in the Rcpt To: command, or at least be able to find it in Message Tracking.
|
|
|
|