Hello,
I’ve got WSUS 3.2.7600.226 (3.0 SP2) running on a Windows Server 2008 32-bit server. In the last several days, routine notification emails have stopped coming (my boss and I get a daily status update every day at 6:00 AM). Our email setup is Exchange 2010 SP3 running on a Windows Server 2008 R2 x64 machine. Looking at the event logs, I noticed multiple 10052 errors stating that WSUS is unable to send emails. Googling the error hasn’t yielded much help, other than potential conflicts with McAfee antivirus (we have Symantec) and using the email test function under the E-Mail Notifications Options.
Using the email test yielded the following:
System.Net.Mail.SmtpException: Failure sending mail. —> System.Net.WebException: Unable to connect to the remote server —> System.Exception: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond XXX.XXX.XXX.XXX:25
— End of inner exception stack trace —
— End of inner exception stack trace —
at Microsoft.UpdateServices.Internal.BaseApi.SoapExceptionProcessor.DeserializeAndThrow(SoapException soapException)
at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.SendTestEmail(String emailLanguage, String smtpUserName, String senderEmailAddress, String smtpHostName, Int32 smtpPort, String recipients)
at Microsoft.UpdateServices.Internal.BaseApi.EmailNotificationConfiguration.SendTestEmail()
at Microsoft.UpdateServices.UI.SnapIn.Dialogs.EmailNotificationSettingsDialog.backgroundWorker_DoWork(Object sender, DoWorkEventArgs e)
The email address used for sending these notifications is whitelisted on our spam filter and firewall. I haven’t made any changes to WSUS for months other than approving updates for our servers every month (though I’m thinking of running the cleanup wizard this weekend). Googling the error message above has only yielded only suggestions to use a WSUS Diagnostic Tool. However, none of the links I’ve found to date have yielded anything.
Has anyone else had this problem with WSUS? If so, how were you able to solve it?