I have a mail server using powermta on a windows 2003 server (legacy). If I telnet into that server to test smtp connectivity, it works from other 2003 servers and from my dev machine running windows 10. I can issue the ehlo commands/etc. They return as expected.
If I telnet into it FROM a windows 2008 server, I only receive error messages:
EHLO mailserver.com
500 5.5.1 command unknown in "XXXX XXXXXXXX"
That error message line above is verbatim. It isn't generated when issuing the command from other non 2008 machines.
I'm at a loss. My real issue is the sender software on this server that I'm trying to configure generates the same error although it doesn't use telnet. There is some difference between the servers. What is it?
On a side note, I downloaded an smtp diag tool that will send successfully from the 2008 server.