WSUS cannot send mails through Exchange 2007

  • Thread starter Thread starter MijakiDK
  • Start date Start date
M

MijakiDK

Guest
Trying to solve this problem



Error when sending from WSUS server with no recieve connector



System.Net.Mail.SmtpException: Mailbox unavailable. The server response was:

5.7.1 Client does not have permissions to send as this sender

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)



Error when sending from WSUS server with a special WSUS recieve connector



System.Net.Mail.SmtpException: Mailbox unavailable. The server response was:

5.7.1 Client does not have permissions to send as this sender

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)
 
Posted wrong error on the second error



Correct is here for sending with WSUS receive connector



System.Net.Mail.SmtpException: Mailbox unavailable. The server response was:

5.7.1 Client does not have permissions to send as this sender

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)



"MijakiDK" wrote:



> Trying to solve this problem

>

> Error when sending from WSUS server with no recieve connector

>

> System.Net.Mail.SmtpException: Mailbox unavailable. The server response was:

> 5.7.1 Client does not have permissions to send as this sender

> 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)

>

> Error when sending from WSUS server with a special WSUS recieve connector

>

> System.Net.Mail.SmtpException: Mailbox unavailable. The server response was:

> 5.7.1 Client does not have permissions to send as this sender

> 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)
 
Back
Top