Du kannst das via curl testen, habe mir da gerade was zusammengebastelt:
curl -s \
-A "Microsoft Office/16.0 (Windows NT 10.0; Microsoft Outlook 16.0.18827; Pro)" \
-H "Content-Type: text/xml; charset=utf-8" \
--data '<?xml version="1.0" encoding="utf-8"?>
<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/requestschema/2006">
<Request>
<EMailAddress>VOR.HANDENE@EMAIL.ADRESSE</EMailAddress>
<AcceptableResponseSchema>
http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a
</AcceptableResponseSchema>
</Request>
</Autodiscover>' \
https://DEIN.MAIL.SERVER.AUTODISCOVER.FQDN/autodiscover/autodiscover.xml
Hier wie hervorgehoben “VOR.HANDENE@EMAIL.ADRESSE” und “DEIN.MAIL.SERVER.AUTODISCOVER.FQDN” mit Deinen Daten austauschen, dann sollte sowas als Ausgabe angezeigt werden:
<?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">
<User>
<DisplayName>NAME DEINER MAILBOX</DisplayName>
</User>
<Account>
<AccountType>email</AccountType>
<Action>settings</Action>
<Protocol>
<Type>IMAP</Type>
<Server>DEIN.MAIL.SERVER.FQDN</Server>
<Port>993</Port>
<DomainRequired>off</DomainRequired>
<LoginName>VOR.HANDENE@EMAIL.ADRESSE</LoginName>
<SPA>off</SPA>
<SSL>on</SSL>
<AuthRequired>on</AuthRequired>
</Protocol>
<Protocol>
<Type>SMTP</Type>
<Server>DEIN.MAIL.SERVER.FQDN</Server>
<Port>465</Port>
<DomainRequired>off</DomainRequired>
<LoginName>VOR.HANDENE@EMAIL.ADRESSE</LoginName>
<SPA>off</SPA>
<SSL>on</SSL>
<AuthRequired>on</AuthRequired>
<UsePOPAuth>on</UsePOPAuth>
<SMTPLast>off</SMTPLast>
</Protocol>
<Protocol>
<Type>CalDAV</Type>
<Server>https://DEIN.MAIL.SERVER.FQDN/SOGo/dav/VOR.HANDENE@EMAIL.ADRESSE/</Server>
<DomainRequired>off</DomainRequired>
<LoginName>VOR.HANDENE@EMAIL.ADRESSE</LoginName>
</Protocol>
<Protocol>
<Type>CardDAV</Type>
<Server>https://DEIN.MAIL.SERVER.FQDN/SOGo/dav/VOR.HANDENE@EMAIL.ADRESSE/</Server>
<DomainRequired>off</DomainRequired>
<LoginName>VOR.HANDENE@EMAIL.ADRESSE</LoginName>
</Protocol>
</Account>
</Response>
</Autodiscover>
Wenn DEIN.MAIL.SERVER.AUTODISCOVER.FQDN also z.B. autodiscover.domain.de ist und auf mailserver.domain.de zeigt wäre die URL
https://autodiscover.domain.de/autodiscover/autodiscover.xml