Since I have changed some settings on the Exchange to fight SPAM, WSUS
throws the following error when trying to send a notification:
System.Net.Mail.SmtpException: Fehler bei Transaktion. Die Serverantwort
war: 5.1.0 Sender Denied
bei
Microsoft.UpdateServices.Internal.BaseApi.SoapExceptionProcessor.DeserializeAndThrow(SoapException
soapException)
bei
Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.SendTestEmail(String
emailLanguage, String smtpUserName, String senderEmailAddress, String
smtpHostName, Int32 smtpPort, String recipients)
bei
Microsoft.UpdateServices.Internal.BaseApi.EmailNotificationConfiguration.SendTestEmail()
bei
Microsoft.UpdateServices.UI.SnapIn.Dialogs.EmailNotificationSettingsDialog.backgroundWorker_DoWork(Object
sender, DoWorkEventArgs e)
It's all on one SBS2003R2. I thought that local email is not affected by
the settings I changed.
Any idea?
Thanks
Franz
So.... what settings did you change?
If you =unchange= them, does the problem go away?
If so, and you add them back one-at-a-time ... which "change" causes the
problem?
> It's all on one SBS2003R2. I thought that local email is not affected by
> the settings I changed.
> Any idea?
Not without knowing what you changed!
--
Lawrence Garvin, M.S., MCITP:EA, MCDBA
Principal/CTO, Onsite Technology Solutions, Houston, Texas
Microsoft MVP - Software Distribution (2005-2009)
MS WSUS Website: http://www.microsoft.com/wsus
My Websites: http://www.onsitechsolutions.com;
http://wsusinfo.onsitechsolutions.com
My MVP Profile: http://mvp.support.microsoft.com/profile/Lawrence.Garvin
Thanks
Franz
>> If you =unchange= them, does the problem go away?
> Yup
>> If so, and you add them back one-at-a-time ... which "change" causes the
>> problem?
> Message Delivery / Sender Filtering Tab : I added *@ourdomain.com
> If I remove it, WSUS email is fne, if I add it back in, its gone.
Well... then... don't do that. :-)
The issue here would seem to be understanding the use and implications of
Message Delivery | Sender Filtering.
BLOCK MESSAGES THAT CLAIM TO BE FROM THE FOLLOWING SENDERS:
You add '*@ourdomain.com',
and the WSUS Server is trying to send a message
FROM: wsuss...@ourdomain.com
and it gets blocked.
No real surprise here, Franz. :-)
Thanks
Franz