The bleow seems to be simular to the issue I am having. I set up to send to my Exchange server, and when I test it doesn't send (except on rare occations). I even install the IIS smtp server on the local box - still doesn't work.
New release of OME (1.2) should hit in July sometime. It will support Win2012 install. Do you have a thread on an email sending issue you can reference?
System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.1 Client was not authenticated
at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response)
at System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, String from)
at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception)
at System.Net.Mail.SmtpClient.Send(MailMessage message)
DELL-Rob C
3 Apprentice
•
2.8K Posts
0
January 7th, 2013 11:00
Hi cameron.
Windows 2012 is not supported on OME 1.1/1.1.1. This is targeted for the next release. The date has not been finalized yet.
Thanks,
Rob
cameronredux
2 Intern
•
615 Posts
0
January 7th, 2013 12:00
Thank you for the status update.
kentravis
1 Rookie
•
68 Posts
0
June 6th, 2013 08:00
Any new update on new release. My wise list includes w2012 compatiblilty and fixing the email sending issue.
kentravis
1 Rookie
•
68 Posts
0
June 6th, 2013 09:00
Hi Rob,
The bleow seems to be simular to the issue I am having. I set up to send to my Exchange server, and when I test it doesn't send (except on rare occations). I even install the IIS smtp server on the local box - still doesn't work.
en.community.dell.com/.../20034830.aspx
DELL-Rob C
3 Apprentice
•
2.8K Posts
0
June 6th, 2013 09:00
New release of OME (1.2) should hit in July sometime. It will support Win2012 install. Do you have a thread on an email sending issue you can reference?
Rob
DELL-Rob C
3 Apprentice
•
2.8K Posts
0
June 6th, 2013 09:00
Hmmmmm...
Do your email servers require authentication?
Did you try to enable the logs for the SMTP testing (in the preferences section?
I think you may need to open a ticket so we can review those logs.
Thanks,
Rob
DELL-Rob C
3 Apprentice
•
2.8K Posts
0
June 6th, 2013 10:00
These logs look pretty thin. Did you check the SMTP logs on the preferences screen to enable?
Rob
kentravis
1 Rookie
•
68 Posts
0
June 6th, 2013 10:00
No, my server does not requrie authentication. I will enable logs now. Where are the logs located - I will reproduce and take a look.
Thanks,
Ken
kentravis
1 Rookie
•
68 Posts
0
June 6th, 2013 10:00
Oh, just say that, sorry.
Critical 6/6/2013 10:37:28 AM
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* EXCEPTION * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
06/06/2013 10:37:27
Unable to send the email.
System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
at System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception)
at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
at System.Net.TlsStream.CallProcessAuthentication(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.Mail.SmtpConnection.Flush()
at System.Net.Mail.ReadLinesCommand.Send(SmtpConnection conn)
at System.Net.Mail.EHelloCommand.Send(SmtpConnection conn, String domain)
at System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
at System.Net.Mail.SmtpTransport.GetConnection(ServicePoint servicePoint)
at System.Net.Mail.SmtpClient.GetConnection()
at System.Net.Mail.SmtpClient.Send(MailMessage message)
at sendmail.Program.Main(String[] args)
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
To: ktravis@marshallgis.com
From: ktravis@marshallgis.com
Subject: Device:$n $ip; Severity:$sev
Body:
Device:$n $ip, Service Tag:$st, Asset Tag:$at, Date:$d, Time:$t, Severity:$sev, Message:$m
-t
ktravis@marshallgis.com
-f
ktravis@marshallgis.com
-s
Device:$n $ip; Severity:$sev
-b
Device:$n $ip, Service Tag:$st, Asset Tag:$at, Date:$d, Time:$t, Severity:$sev, Message:$m
DELL-Rob C
3 Apprentice
•
2.8K Posts
0
June 6th, 2013 10:00
I think you have to click on the Log tab, then go to Application Logs tab.
thx.
kentravis
1 Rookie
•
68 Posts
0
June 6th, 2013 10:00
General Information 6/6/2013 9:11:45 AM ProxyManager.ReleaseSender() Attempting to release LoadEventsThreaded.GetEventsCount
General Information 6/6/2013 9:11:45 AM ProxyManager.ReleaseSender() Attempting to release LoadEventFilterTables.GetEventFilterTablesCompleted
General Information 6/6/2013 9:11:47 AM ProxyManager.ReleaseSender() Attempting to release LoadTimeZoneTable.GetAllTimeZonesCompleted
General Information 6/6/2013 9:11:47 AM DataCache.LoadRelationsForEventFilterTables() Begin
kentravis
1 Rookie
•
68 Posts
0
June 6th, 2013 10:00
Or if I put the FQDN of our exchange server (the cert is for that), I get:
Critical 6/6/2013 10:43:22 AM
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* EXCEPTION * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
06/06/2013 10:43:22
Unable to send the email.
System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.1 Client was not authenticated
at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response)
at System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, String from)
at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception)
at System.Net.Mail.SmtpClient.Send(MailMessage message)
at sendmail.Program.Main(String[] args)
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
To: ktravis@marshallgis.com
From: ktravis@marshallgis.com
Subject: Device:$n $ip; Severity:$sev
Body:
Device:$n $ip, Service Tag:$st, Asset Tag:$at, Date:$d, Time:$t, Severity:$sev, Message:$m
-t
ktravis@marshallgis.com
-f
ktravis@marshallgis.com
-s
Device:$n $ip; Severity:$sev
-b
Device:$n $ip, Service Tag:$st, Asset Tag:$at, Date:$d, Time:$t, Severity:$sev, Message:$m
DELL-Rob C
3 Apprentice
•
2.8K Posts
0
June 6th, 2013 10:00
Once you enable the SMTP logs, I think they show up under the Log tab of OME.
Thx
Rob
DELL-Rob C
3 Apprentice
•
2.8K Posts
0
June 6th, 2013 12:00
Is SSL checked or unchecked on your SMTP prefs?
Thx
Rob
kentravis
1 Rookie
•
68 Posts
0
June 7th, 2013 07:00
Have tried both SSL checked and unchecked, and with user credentials and without.