![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
I'm running Outlook 2003 (SP3). Outlook is not recognizing the SMTP
greeting from the mail server and as a result terminates the connection without doing anything. I have tried all combinations of: PORT: 25, 587 AUTHENTICATION: Required, Optional (Plain Text, NTLM, GSSAPI) ENCRYPTION: Required, Optional (TLS - Self-signed Certificates) None work. I would expect I should be able to at LEAST get port 25, no authentication, no encryption to work, but no dice. I have reviewed the interaction between Outlook 2003 and the mail server with a packet sniffer and it is clear that the server issues a 220 greeting message and Outlook 2003 summarily "RST"s the connection. Now, that's just anti-social. Disab;e your firewall and try again. My first reaction was that this is clearly not the problem because the same client machine worked on other servers. But then I considered that the other servers may not be requiring an encrypted channel or authentication, so I thought I should give it a try, and I have learned that the firewall on the client machine is clearly PART of the problem. I shut it down completly and things started working better. For example one improvement is that I can see in the log that Outlook 2003 first tries to establish an encrypted chanel but is unable to do so (SSL_error=5), so he falls back to an unencrypted channel. Then he trys to authenticate against "250 - AUTH ANONYMOUS DIGEST-MD5 NTLM PLAIN CRAM-MD5 KERBEROS_V4 LOGIN GSSAPO" and in unable to do so ut just patiently waits. So, now I have three much smaller problems -- 1) establishing the encrypted channel 2) Authenticating and 3) puncturing the firewall in precisely the correct place to permit this interaction. 1) Encrypted Channel: The server is offering 250 - STARTTLS and Outlook 2003 has a checkbox "This server requires an encrypted connection (SSL)" We all know that SSLV3 is approximately TLSV1 but "approximately" in the encryption world in never close enough. Can Outlook 2003 participate in TLS? If so, what do I need to do to make this work? .... still waiting to hear about this. It remains the only outstanding problem. Please note the exercpts from the smtp server log at the end of this post. 2) Authentication: What authentication scheme does Outlook 2003 want to use? As you can see I have a huge number to offer but let's focus on one and make it work. :-) Outlook 2003 FIRST tries "NTLM" as the authentication mechanism and then falls back to "LOGIN" 3) Firewall: What ports do I want to open to make Outlook 2003 happy? Port TCP:113 A.K.A "AUTH" in /etc/services Chris. Please notice that Outlook asks to STARTTLS and the server indicates readiness to do so but indicates a failure to accept what ever encryption credentials are presented. sendmail[1700]: nA73ZVwO001700: -- STARTTLS sendmail[1700]: nA73ZVwO001700: --- 220 2.0.0 Ready to start TLS sendmail[1700]: STARTTLS=server, info: fds=9/3, err=5 sendmail[1700]: STARTTLS=server, error: accept failed=0, SSL_error=5, errno=0, retry=-1 sendmail[1700]: nA73ZVwO001700: 10.1.2.129 did not issue MAIL/EXPN/VRFY/ETRN during connection to MSA |
#2
|
|||
|
|||
![]()
Did you ever get an answer to your problem with OUTLOOK?
I am getting the same error but cannot find a solution for it. Thanks, Kurt Chris Miller wrote: .... still waiting to hear about this. It remains the only outstandingproblem. 06-Nov-09 .... still waiting to hear about this. It remains the only outstanding problem. Please note the exercpts from the smtp server log at the end of this post. Please notice that Outlook asks to STARTTLS and the server indicates readiness to do so but indicates a failure to accept what ever encryption credentials are presented. sendmail[1700]: nA73ZVwO001700: -- STARTTLS sendmail[1700]: nA73ZVwO001700: --- 220 2.0.0 Ready to start TLS sendmail[1700]: STARTTLS=server, info: fds=9/3, err=5 sendmail[1700]: STARTTLS=server, error: accept failed=0, SSL_error=5, errno=0, retry=-1 sendmail[1700]: nA73ZVwO001700: 10.1.2.129 did not issue MAIL/EXPN/VRFY/ETRN during connection to MSA Previous Posts In This Thread: On Thursday, November 05, 2009 9:57 PM Chris Miller wrote: Outlook 2003 ignores [E]SMTP welcome banner and refused to send mail. (Receiving works fine through POP) Hi Folks, I am running Outlook 2003 (SP3). Outlook is not recognizing the SMTP greeting from the mail server and as a result terminates the connection without doing anything. I have tried all combinations of: PORT: 25, 587 AUTHENTICATION: Required, Optional (Plain Text, NTLM, GSSAPI) ENCRYPTION: Required, Optional (TLS - Self-signed Certificates) None work. I would expect I should be able to at LEAST get port 25, no authentication, no encryption to work, but no dice. I have reviewed the interaction between Outlook 2003 and the mail server with a packet sniffer and it is clear that the server issues a 220 greeting message and Outlook 2003 summarily "RST"s the connection. Now, that is just anti-social. I know this appears to be a reasonably wide-spread problem because I can find many questions about how to solve it, but I find no solutions. I suspect that it is simply a matter of Outlook 2003 expecting to see something in the banner that he does not see and I need to know what that is. Can anybody shed some light on this? Thanks for the help, Chris. On Friday, November 06, 2009 10:01 AM Brian Tillman [MVP - Outlook] wrote: Disab;e your firewall and try again. Disab;e your firewall and try again. I think your conclusion that it is a wide-spread problem is erroneous. Far more people do not have the problem than do. -- Brian Tillman [MVP-Outlook] On Friday, November 06, 2009 11:19 AM Chris Miller wrote: My first reaction was that this is clearly not the problem because the My first reaction was that this is clearly not the problem because the same client machine worked on other servers. But then I considered that the other servers may not be requiring an encrypted channel or authentication, so I thought I should give it a try, and I have learned that the firewall on the client machine is clearly PART of the problem. I shut it down completly and things started working better. For example one improvement is that I can see in the log that Outlook 2003 first tries to establish an encrypted chanel but is unable to do so (SSL_error=5), so he falls back to an unencrypted channel. Then he trys to authenticate against "250 - AUTH ANONYMOUS DIGEST-MD5 NTLM PLAIN CRAM-MD5 KERBEROS_V4 LOGIN GSSAPO" and in unable to do so ut just patiently waits. So, now I have three much smaller problems -- 1) establishing the encrypted channel 2) Authenticating and 3) puncturing the firewall in precisely the correct place to permit this interaction. 1) Encrypted Channel: The server is offering 250 - STARTTLS and Outlook 2003 has a checkbox "This server requires an encrypted connection (SSL)" We all know that SSLV3 is approximately TLSV1 but "approximately" in the encryption world in never close enough. Can Outlook 2003 participate in TLS? If so, what do I need to do to make this work? 2) Authentication: What authentication scheme does Outlook 2003 want to use? As you can see I have a huge number to offer but let us focus on one and make it work. :-) 3) Firewall: What ports do I want to open to make Outlook 2003 happy? Thanks for the help. Your one sentence, "Disab;e your firewall and try again." has been the most help I have gotten in several days. Chris. On Friday, November 06, 2009 2:59 PM Chris Miller wrote: .... still waiting to hear about this. .... still waiting to hear about this. Outlook 2003 FIRST tries "NTLM" as the authentication mechanism and then falls back to "LOGIN" Port TCP:113 A.K.A "AUTH" in /etc/services Chris. On Friday, November 06, 2009 11:09 PM Chris Miller wrote: .... still waiting to hear about this. It remains the only outstandingproblem. .... still waiting to hear about this. It remains the only outstanding problem. Please note the exercpts from the smtp server log at the end of this post. Please notice that Outlook asks to STARTTLS and the server indicates readiness to do so but indicates a failure to accept what ever encryption credentials are presented. sendmail[1700]: nA73ZVwO001700: -- STARTTLS sendmail[1700]: nA73ZVwO001700: --- 220 2.0.0 Ready to start TLS sendmail[1700]: STARTTLS=server, info: fds=9/3, err=5 sendmail[1700]: STARTTLS=server, error: accept failed=0, SSL_error=5, errno=0, retry=-1 sendmail[1700]: nA73ZVwO001700: 10.1.2.129 did not issue MAIL/EXPN/VRFY/ETRN during connection to MSA Submitted via EggHeadCafe - Software Developer Portal of Choice LINQ With Strings http://www.eggheadcafe.com/tutorials...h-strings.aspx |
#3
|
|||
|
|||
![]()
You might want to include some configuration details of your environment.
Do you have a virus scanner installed which integrates itself with Outlook? Uninstall this integration part of your virus scanner and try again; you'd still be sufficiently protected by your on-access scanner part of the virus scanner. For more details see; http://www.msoutlook.info/question/20 For further troubleshooting of send/receive issues see; http://www.howto-outlook.com/howto/s...eiveerrors.htm -- Robert Sparnaaij [MVP-Outlook] Coauthor, Configuring Microsoft Outlook 2003 http://www.howto-outlook.com/ Outlook FAQ, HowTo, Downloads, Add-Ins and more http://www.msoutlook.info/ Real World Questions, Real World Answers ----- "Kurt Redling" wrote in message ... Did you ever get an answer to your problem with OUTLOOK? I am getting the same error but cannot find a solution for it. Thanks, Kurt Chris Miller wrote: ... still waiting to hear about this. It remains the only outstandingproblem. 06-Nov-09 ... still waiting to hear about this. It remains the only outstanding problem. Please note the exercpts from the smtp server log at the end of this post. Please notice that Outlook asks to STARTTLS and the server indicates readiness to do so but indicates a failure to accept what ever encryption credentials are presented. sendmail[1700]: nA73ZVwO001700: -- STARTTLS sendmail[1700]: nA73ZVwO001700: --- 220 2.0.0 Ready to start TLS sendmail[1700]: STARTTLS=server, info: fds=9/3, err=5 sendmail[1700]: STARTTLS=server, error: accept failed=0, SSL_error=5, errno=0, retry=-1 sendmail[1700]: nA73ZVwO001700: 10.1.2.129 did not issue MAIL/EXPN/VRFY/ETRN during connection to MSA Previous Posts In This Thread: On Thursday, November 05, 2009 9:57 PM Chris Miller wrote: Outlook 2003 ignores [E]SMTP welcome banner and refused to send mail. (Receiving works fine through POP) Hi Folks, I am running Outlook 2003 (SP3). Outlook is not recognizing the SMTP greeting from the mail server and as a result terminates the connection without doing anything. I have tried all combinations of: PORT: 25, 587 AUTHENTICATION: Required, Optional (Plain Text, NTLM, GSSAPI) ENCRYPTION: Required, Optional (TLS - Self-signed Certificates) None work. I would expect I should be able to at LEAST get port 25, no authentication, no encryption to work, but no dice. I have reviewed the interaction between Outlook 2003 and the mail server with a packet sniffer and it is clear that the server issues a 220 greeting message and Outlook 2003 summarily "RST"s the connection. Now, that is just anti-social. I know this appears to be a reasonably wide-spread problem because I can find many questions about how to solve it, but I find no solutions. I suspect that it is simply a matter of Outlook 2003 expecting to see something in the banner that he does not see and I need to know what that is. Can anybody shed some light on this? Thanks for the help, Chris. On Friday, November 06, 2009 10:01 AM Brian Tillman [MVP - Outlook] wrote: Disab;e your firewall and try again. Disab;e your firewall and try again. I think your conclusion that it is a wide-spread problem is erroneous. Far more people do not have the problem than do. -- Brian Tillman [MVP-Outlook] On Friday, November 06, 2009 11:19 AM Chris Miller wrote: My first reaction was that this is clearly not the problem because the My first reaction was that this is clearly not the problem because the same client machine worked on other servers. But then I considered that the other servers may not be requiring an encrypted channel or authentication, so I thought I should give it a try, and I have learned that the firewall on the client machine is clearly PART of the problem. I shut it down completly and things started working better. For example one improvement is that I can see in the log that Outlook 2003 first tries to establish an encrypted chanel but is unable to do so (SSL_error=5), so he falls back to an unencrypted channel. Then he trys to authenticate against "250 - AUTH ANONYMOUS DIGEST-MD5 NTLM PLAIN CRAM-MD5 KERBEROS_V4 LOGIN GSSAPO" and in unable to do so ut just patiently waits. So, now I have three much smaller problems -- 1) establishing the encrypted channel 2) Authenticating and 3) puncturing the firewall in precisely the correct place to permit this interaction. 1) Encrypted Channel: The server is offering 250 - STARTTLS and Outlook 2003 has a checkbox "This server requires an encrypted connection (SSL)" We all know that SSLV3 is approximately TLSV1 but "approximately" in the encryption world in never close enough. Can Outlook 2003 participate in TLS? If so, what do I need to do to make this work? 2) Authentication: What authentication scheme does Outlook 2003 want to use? As you can see I have a huge number to offer but let us focus on one and make it work. :-) 3) Firewall: What ports do I want to open to make Outlook 2003 happy? Thanks for the help. Your one sentence, "Disab;e your firewall and try again." has been the most help I have gotten in several days. Chris. On Friday, November 06, 2009 2:59 PM Chris Miller wrote: ... still waiting to hear about this. ... still waiting to hear about this. Outlook 2003 FIRST tries "NTLM" as the authentication mechanism and then falls back to "LOGIN" Port TCP:113 A.K.A "AUTH" in /etc/services Chris. On Friday, November 06, 2009 11:09 PM Chris Miller wrote: ... still waiting to hear about this. It remains the only outstandingproblem. ... still waiting to hear about this. It remains the only outstanding problem. Please note the exercpts from the smtp server log at the end of this post. Please notice that Outlook asks to STARTTLS and the server indicates readiness to do so but indicates a failure to accept what ever encryption credentials are presented. sendmail[1700]: nA73ZVwO001700: -- STARTTLS sendmail[1700]: nA73ZVwO001700: --- 220 2.0.0 Ready to start TLS sendmail[1700]: STARTTLS=server, info: fds=9/3, err=5 sendmail[1700]: STARTTLS=server, error: accept failed=0, SSL_error=5, errno=0, retry=-1 sendmail[1700]: nA73ZVwO001700: 10.1.2.129 did not issue MAIL/EXPN/VRFY/ETRN during connection to MSA Submitted via EggHeadCafe - Software Developer Portal of Choice LINQ With Strings http://www.eggheadcafe.com/tutorials...h-strings.aspx |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Vista Windows Mail works fine...but Outlook 2007 won't receive ema | Vanderrg | Outlook - Installation | 4 | April 9th 08 09:23 PM |
Outlook 2007 can't open pst file that works fine in 2003 | rfc | Outlook - General Queries | 10 | November 23rd 07 08:26 PM |
Not receiving any inbound email, outbound works fine. | JournalistJane | Outlook - General Queries | 2 | October 17th 07 01:13 PM |
Vista Windows Mail works fine...but Outlook 2003 won't receive ema | Mppatriz | Outlook - Installation | 0 | April 13th 07 12:06 AM |
Receiving mail no prob, Won't send?? was working fine till now... | PattiGisme | Outlook Express | 8 | May 20th 06 03:10 PM |