From 5a70d579b255daaf71c3e57b800b3be3dc03258d Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Sat, 10 Feb 2018 15:36:36 +0000 Subject: [PATCH] Add outlook autodiscover --- autodiscover/autodiscover.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 autodiscover/autodiscover.xml diff --git a/autodiscover/autodiscover.xml b/autodiscover/autodiscover.xml new file mode 100644 index 0000000..4628462 --- /dev/null +++ b/autodiscover/autodiscover.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8" ?> +<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006"> + <Response xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a"> + <Account> + <AccountType>email</AccountType> + <Action>settings</Action> + <Protocol> + <Type>IMAP</Type> + <Server>lithium.kuschku.de</Server> + <Port>143</Port> + <DomainRequired>true</DomainRequired> + <SPA>off</SPA> + <SSL>off</SSL> + <AuthRequired>on</AuthRequired> + <SMTPLast>off</SMTPLast> + </Protocol> + <Protocol> + <Type>SMTP</Type> + <Server>lithium.kuschku.de</Server> + <Port>587</Port> + <DomainRequired>true</DomainRequired> + <SPA>off</SPA> + <SSL>off</SSL> + <AuthRequired>on</AuthRequired> + <SMTPLast>off</SMTPLast> + </Protocol> + </Account> + </Response> +</Autodiscover> \ No newline at end of file -- GitLab