Advertisement
Guest User

Untitled

a guest
Dec 28th, 2019
486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.93 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
  3.   <Response xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
  4.     <Account>
  5.       <AccountType>email</AccountType>
  6.       <Action>settings</Action>
  7.       <Protocol>
  8.         <Type>IMAP</Type>
  9.         <Server>domain.com</Server>
  10.         <Port>993</Port>
  11.         <SPA>on</SPA>
  12.         <SSL>on</SSL>
  13.         <AuthRequired>on</AuthRequired>
  14.       </Protocol>
  15.       <Protocol>
  16.         <Type>SMTP</Type>
  17.         <Server>domain.com</Server>
  18.         <Port>465</Port>
  19.         <SPA>on</SPA>
  20.         <SSL>on</SSL>
  21.         <AuthRequired>on</AuthRequired>
  22.         <SMTPLast>on</SMTPLast>
  23.       </Protocol>
  24.       <Action>redirectUrl</Action>
  25.       <RedirectUrl>https://domain.com/autodiscover/autodiscover.xml</RedirectUrl>
  26.     </Account>
  27.   </Response>
  28. </Autodiscover>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement