Talk:Autodiscover

From SME Server
Revision as of 23:18, 13 July 2022 by Unnilennium (talk | contribs) (Created page with "way to test manually your MS schema curl -d '<?xml version="1.0" encoding="utf-8"?><Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/requestsche...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

way to test manually your MS schema

curl -d '<?xml version="1.0" encoding="utf-8"?><Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/requestschema/2006"><Request><EMailAddress>test@163.com</EMailAddress><AcceptableResponseSchema>http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a</AcceptableResponseSchema></Request></Autodiscover>' -H "Content-Type: text/xml" -X POST https://YOURSERVER/Autodiscover/Autodiscover.xml