I have a requirement to store all the emails sent by users to test@mydomain.com address in a SharePoint document library. I am trying to achieve this functionality using the incoming email functionality of SharePoint.
Is it possible to achieve this without any configuration changes in Exchange server. Because I can access only the SharePoint web servers. I do not have enough rights to change exchange server configurations. So I can't create "Send Connectors" or change "MX record" configurations. Is there any other way to route the emails to SharePoint server's drop folder?
And the more confusing thing is the basic approach explained here(http://technet.microsoft.com/en-us/library/cc262947(v=office.14).aspx) is not discussing anything about exchange configurations. Only in the advanced scenario exchange configurations are explained. Is it possible to achieve the requirement using basic approach.