diff --git a/autodiscover/autodiscover.xml b/autodiscover/autodiscover.xml new file mode 100644 index 0000000000000000000000000000000000000000..4628462e344cb4a27cee7e38436d0bc2049fa1d0 --- /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