I'm trying to test our server for authentication, and I can't seem to get it to work.
I'm testing from a linux box setup at home trying connecting to the exchange server here at work.
Here is a log:
As you can see the connection is fine - so the firewall is not the issue.
I clearly sent HELO first and got an 250 (OK) response back, yet when I try AUTH LOGIN, it thinks I haven't sent the hello command.
Any ideas?
Thanks.
I'm testing from a linux box setup at home trying connecting to the exchange server here at work.
Here is a log:
Code:
# telnet ******************* 25
Trying ************...
Connected to ******************* (************).
Escape character is '^]'.
220 ******************* Microsoft ESMTP MAIL Service, Version: 6.0.3790.1830 ready at Fri, 14 Aug 2009 10:45:39 -0400
HELO *****************
250 ******************* Hello [************]
AUTH LOGIN
503 5.5.2 Send hello first.
EHLO *****************
500 5.3.3 Unrecognized command
I clearly sent HELO first and got an 250 (OK) response back, yet when I try AUTH LOGIN, it thinks I haven't sent the hello command.
Any ideas?
Thanks.