J
John W
When Outlook connects to a mail server it does not send
out the correct EHLO in that it does not have a FQDN. Here
is the results from a transaction between Outlook and a
mail server.
EHLO LIGHTSPEED
MAIL FROM: <[email protected]>
RCPT TO: <[email protected]>
DATA - 41 lines, 1559 bytes.
QUIT
As you can see the EHLO is missing the domain. It should
be as follows.
EHLO LIGHTSPEED.somedomain.com
MAIL FROM: <[email protected]>
RCPT TO: <[email protected]>
DATA - 41 lines, 1559 bytes.
QUIT
Since Outlook is not following the RFCs some mail system
will refuse the mail for not using a FQDN. Other mail
clients work correctly why can't Outlook?
Is this just another case of MS not following the RFCs or
is there someway to get outlook to issue the correct
HELO/EHLO?
out the correct EHLO in that it does not have a FQDN. Here
is the results from a transaction between Outlook and a
mail server.
EHLO LIGHTSPEED
MAIL FROM: <[email protected]>
RCPT TO: <[email protected]>
DATA - 41 lines, 1559 bytes.
QUIT
As you can see the EHLO is missing the domain. It should
be as follows.
EHLO LIGHTSPEED.somedomain.com
MAIL FROM: <[email protected]>
RCPT TO: <[email protected]>
DATA - 41 lines, 1559 bytes.
QUIT
Since Outlook is not following the RFCs some mail system
will refuse the mail for not using a FQDN. Other mail
clients work correctly why can't Outlook?
Is this just another case of MS not following the RFCs or
is there someway to get outlook to issue the correct
HELO/EHLO?