Subject: STARTTLS - and client configuration
Date: 2014-12-05 19:58:21
From: John H
Source: starttls-client-configuration
----------------------------------------------------------------------

Hello,

I have a custmer who is having trouble sending (Windows Mobile), here is log file generated from last try.

What's confusing is they are using port25 but looks like the server is using STARTTLS?
Should they be using port 587 and Explicit mode?

Using port 25 with Full .NET framework email support works fine.

ComponentPro.Net.Mail.SmtpException: The server advertises the supported authentication methods but it does not accept any of them. Consider using TLS/SSL connection.

Thanks,

John


Smtp: 1 [12/05/2014 13:54:19.16] Information - Info: Connecting to [customer smtp]:25 through proxy NONE [UltimateMail v6.1.20.41014 (Production Version)].
Smtp: 1 [12/05/2014 13:54:19.96] Information - Response: 220 [customer smtp] Microsoft ESMTP MAIL Service ready at Fri, 5 Dec 2014 13:54:13 -0500
Smtp: 1 [12/05/2014 13:54:19.97] Information - Command: EHLO ck7108421443060
Smtp: 1 [12/05/2014 13:54:20.10] Information - Response: 250-[customer smtp] Hello [10.150.5.99]
Smtp: 1 [12/05/2014 13:54:20.10] Information - Response: 250-SIZE
Smtp: 1 [12/05/2014 13:54:20.11] Information - Response: 250-PIPELINING
Smtp: 1 [12/05/2014 13:54:20.11] Information - Response: 250-DSN
Smtp: 1 [12/05/2014 13:54:20.11] Information - Response: 250-ENHANCEDSTATUSCODES
Smtp: 1 [12/05/2014 13:54:20.11] Information - Response: 250-STARTTLS
Smtp: 1 [12/05/2014 13:54:20.12] Information - Response: 250-X-ANONYMOUSTLS
Smtp: 1 [12/05/2014 13:54:20.12] Information - Response: 250-AUTH NTLM
Smtp: 1 [12/05/2014 13:54:20.12] Information - Response: 250-X-EXPS GSSAPI NTLM
Smtp: 1 [12/05/2014 13:54:20.12] Information - Response: 250-8BITMIME
Smtp: 1 [12/05/2014 13:54:20.13] Information - Response: 250-BINARYMIME
Smtp: 1 [12/05/2014 13:54:20.13] Information - Response: 250-CHUNKING
Smtp: 1 [12/05/2014 13:54:20.13] Information - Response: 250-XEXCH50
Smtp: 1 [12/05/2014 13:54:20.13] Information - Response: 250-XRDST
Smtp: 1 [12/05/2014 13:54:20.14] Information - Response: 250 XSHADOW
Smtp: 1 [12/05/2014 13:54:20.22] Error - Info: ComponentPro.Net.Mail.SmtpException: The server advertises the supported authentication methods but it does not accept any of them. Consider using TLS/SSL connection.
at ComponentPro.Net.Mail.Smtp.c_GEA(String c_JCA, String c_KCA, SmtpAuthenticationMethod c_MCA)
at ComponentPro.Net.Mail.Smtp.Authenticate(String userName, String password, SmtpAuthenticationMethod method)
at Radley.RWCM.Mail.MailManager.Send(String profileName)
at Radley.RWCM.Mail.MailManager.Send(String profileName, String to, String subject, String body, String attachment)
at Client.frmDataExport.RWC_PromptControl1_Confirm_ValidEvent(Boolean& cancel)
at Radley.RWCM.Controls.RWC_AdvancedTextInput.ValidateTextBox(Boolean& cancel)
at Radley.RWCM.Controls.RWC_AdvancedTextInput.CallValidateTextBox()
at Radley.RWCM.Controls.RWC_AdvancedTextInput.textBox_KeyPress(Object sender, KeyPressEventArgs e)
at System.Windows.Forms.Control.OnKeyPress(KeyPressEventArgs e)
at System.Windows.Forms.Control.WnProc(WM wm, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
at Microsoft.AGL.Forms.EVL.EnterModalDialog(IntPtr hwnModal)
at System.Windows.Forms.Form.ShowDialog()
at Radley.RWCM.Controls.ClientApplication.ShowForm(String formName)
at Radley.RWCM.Controls.RWC_Button.HandleButtonClick()
at Radley.RWCM.Controls.RWC_Button.OnClick(EventArgs e)
at System.Windows.Forms.Control.WnProc(WM wm, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
at Microsoft.AGL.Forms.EVL.EnterMainLoop(IntPtr hwnMain)
at System.Windows.Forms.Application.Run(Form fm)
at Radley.RWCM.Controls.ClientApplication.Initialize(String[] args, Boolean useResourceManager)
at Radley.Client.Start.Main(String[] args)

Forms.Form.ShowDialog()
at Radley.RWCM.Controls.ClientApplication.ShowForm(String formName)
at Radley.RWCM.Controls.RWC_Button.HandleButtonClick()
at Radley.RWCM.Controls.RWC_Button.OnClick(EventArgs e)
at System.Windows.Forms.Control.WnProc(WM wm, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
at Microsoft.AGL.Forms.EVL.EnterMainLoop(IntPtr hwnMain)
at System.Windows.Forms.Application.Run(Form fm)
at Radley.RWCM.Controls.ClientApplication.Initialize(String[] args, Boolean useResourceManager)
at Radley.Client.Start.Main(String[] args)

at ComponentPro.Net.Mail.Smtp.c_R8(String c_K8, Int32 c_M8, SslConfig c_M6, SecurityMode c_L8)
at ComponentPro.Net.Mail.Smtp.Connect(String serverName, Int32 serverPort, SecurityMode security)
at Radley.RWCM.Mail.MailManager.Send(String profileName)
at Radley.RWCM.Mail.MailManager.Send(String profileName, String to, String subject, String body, String attachment)
at Client.frmDataExport.RWC_PromptControl1_Confirm_ValidEvent(Boolean& cancel)
at Radley.RWCM.Controls.RWC_AdvancedTextInput.ValidateTextBox(Boolean& cancel)
at Radley.RWCM.Controls.RWC_AdvancedTextInput.CallValidateTextBox()
at Radley.RWCM.Controls.RWC_AdvancedTextInput.textBox_KeyPress(Object sender, KeyPressEventArgs e)
at System.Windows.Forms.Control.OnKeyPress(KeyPressEventArgs e)
at System.Windows.Forms.Control.WnProc(WM wm, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
at Microsoft.AGL.Forms.EVL.EnterModalDialog(IntPtr hwnModal)
at System.Windows.Forms.Form.ShowDialog()
at Radley.RWCM.Controls.ClientApplication.ShowForm(String formName)
at Radley.RWCM.Controls.RWC_Button.HandleButtonClick()
at Radley.RWCM.Controls.RWC_Button.OnClick(EventArgs e)
at System.Windows.Forms.Control.WnProc(WM wm, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
at Microsoft.AGL.Forms.EVL.EnterMainLoop(IntPtr hwnMain)
at System.Windows.Forms.Application.Run(Form fm)
at Radley.RWCM.Controls.ClientApplication.Initialize(String[] args, Boolean useResourceManager)
at Radley.Client.Start.Main(String[] args)

 

 
---------------------------------------------------------------------- Note: This question has been asked on the Q&A forum of Thang Dang's fraudulent ComponentPro brand If you purchased anything from ComponentPro, you have been scammed. Contact the payment processor who sold you the license and ask for your money back. Back to ComponentPro Q&A Forum Index