Link to home
Start Free TrialLog in
Avatar of onestoppc
onestoppc

asked on

Exchange 2010 And Droid Problem

Just set up two SBS 2011 with Exchange 2010 for two different customers. One of the server works perfectly with Droid corporate sync account, the other server is not. I can receive email but cannot send. It's sitting in the outbox. Any advice would be greatly appreciate.
Avatar of markdmac
markdmac
Flag of United States of America image

Try running these commands in the Exchange Management Shell.  You need to update the clientserver names and URLs first.


Set-ClientAccessServer -Identity CLIENTSERVER -AutoDiscoverServiceInternalUri https://remote.clientdomain.com/Autodiscover/Autodiscover.xml
 
Set-WebServicesVirtualDirectory -Identity "CLIENTSERVER\EWS (Default Web Site)" -InternalURL https://remote.clientdomain.com/EWS/Exchange.asmx -BasicAuthentication:$true
 
Set-OABVirtualDirectory -Identity "CLIENTSERVER\OAB (Default Web Site)" -InternalURL https://remote.clientdomain.com/OAB
 
Enable-OutlookAnywhere -Server CLIENTSERVER -ExternalHostname "remote.clientdomain.com" -ClientAuthenticationMethod "Basic"-SSLOffloading:$False
 
Set-ActiveSyncVirtualDirectory -Identity "CLIENTSERVER\Microsoft-Server-ActiveSync (Default Web Site)" -ExternalURL https://remote.clientdomain.com/Microsoft-Server-Activesync
Avatar of onestoppc
onestoppc

ASKER

sorry for the delay reponse, i tried those steps but did not help. I solved the problem by changing the received connector FQDN from mail.abc.com to servername.abc.local. Thanks for your help.
By the way, before I posted this question i have searched all over the internet regarding to this problem. People said that Droid does not work with Exchange 2010. Well, It does.
ASKER CERTIFIED SOLUTION
Avatar of markdmac
markdmac
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks for your input.