Recently I ran into following problem: e-mail alerts were not delivered to SharePoint users which were not belonging to the domain of the SharePoint server. The installation was consisting of a web application with windows authentication. This web application was extended with one with forms based authentication. Users logging in to the first web application (with Windows authentication) received perfectly their alerts. Users logging in to the second web application (with forms based authentication) didn't receive any alerts, nor did they receive the notification when they had set up a new alert.
Looking in the log files on the SharePoint server, I found following error:
#160009: The e-mail address 'name@domain.be' is unknown.
The domain mentioned in the error was off course another domain than the domain of the users logging in through Windows authentication, as the second web application was created to allow access for external (it is, not belonging to the company) users.
We fixed this by adding the IP address of the Microsoft Office SharePoint Server 2007 into the Allowed Relays in Exchange.
jQuery and screen manipulation flickering
-
We’re doing quite some jQuery improvements to our SharePoint developments
such as inserting navigation for document libraries, reordering elements,
hidin...
19 hours ago




Thanks, this helped as we had the same issue.
Fixed My issue as well... thank you for the posting
Always a pleasure to hear people are being helped out by one of my posts!
Hello Patrik,
Nice information regarding troubleshoot the alerts issue. I had a problem where only initial alerts were send to but after that no alerts mail were send.
Doing research I found this article http://www.ekhichdi.com/microsoft-sharepoint-server/moss-2007-alerts-not-working that help me resolve the issue alerts. Just thought of sharing it with you.
Regards
Thanks for sharing vandana.
Another of my posts speaks also about troubleshooting alert problems: Alerts not working for some users on some document libraries.
Your post was very good and it solved my problem.
www.iyogi.co.uk
I have the same scenario as above and am facing the same problem.
I tried implementing: the IP address of the MOSS server should be added into the Allowed Relays in Exchange.
But users get initial email notification and email alerts on Windows Auth. site but NOT get any email on the FBA site.
I have searched Google and tried every solution possible.
Any help appreciated.
Post a Comment