Today a co-worker found the solution of not able to login into Office 365′ sharepoint. The solution was simple but effective : Open IE9, –> tools –> Security –> Trusted Sites –> Sites. Add the following sites : https://*.sharepoint.com” https://*.microsoftonline.com”>https://*.microsoftonline.com Thanks Bob! 🙂  Read More →

You can easily check if you have an open relay with websites like http://www.mxtoolbox.com/, https://www.testexchangeconnectivity.com and http://www.checkor.com/ When you found out that they say that you have an open relay you can double check that with the following command : Get-ReceiveConnector | Get-ADPermission | where {($_.ExtendedRights -like “*SMTP-Accept-Any-Recipient*”)} | whereRead More →