Hi
I have setup Exchange server 2013 and everything is working fine. But I have WSUS server that i would like to get notified when something changes.
I tried to do relay but still doesnt work
The error I am getting;
System.Net.Mail.SmtpException: Error in processing. The server response was: 4.7.0 Temporary server error. Please try again later. PRX2
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)
This is Exchange 2013 with CU13 running on Windows 2012 R2 and WSUS running on different server also Windows 2012 R2.
Would I have to set
mail server internal ip is 10.0.0.5 and WSUS is 10.0.0.6
there is one mailbox that i would like to send mail to but I always get this error
Not sure if it is my mail relay receive connector or something else
DNS works fine since I am able to send mail around organization without issues
Dalibor Bosic