AquaMail Forum
English - Android => How do I... => Topic started by: zilla1000 on November 18, 2013, 07:30:13 pm
-
I am trying to setup my company email using the latest test build 1.30-pre1.6. The exchange server web URL is owa.company-name.net, and the imap/pop3 server is exchange.company-name.net (. I tried to use both server name and all got "Exchange mail server (EWS): Authentication error. HTTP/1.1 401 Unauthroized....". Please advice. Thanks
-
Hello,
EWS often requires including a domain name in the actual server login, such as:
If your email is user@corp.com, the login could be something similar to: "corp/user@corp.com", "corp/user", "global/user@corp.com"... the domain could be even something like "mid_west_sales_dept/user@corp.com"... There really is no way for the app to guess which it is.
Could you try a couple of these variations and if it doesn't help, ask your Exchange admin about this?
Feel free to create a debug log too (see my sig below).
-
I think you've got the slash round the wrong way. It should be a \ so domain\username. I also found on my corporate email ews didn't work with domain\email but did with domain\username
Sent from my HTC One using Tapatalk
-
Microsoft's own convention is the backslash, while Apache HTTP code uses the forward slash... AquaMail lets you use either one.