crpb PASS=abcd gromox-dscli -e user@domain
Erst mal mit der jetzt wieder aktiven und laufenden Bisherversion, die sich auch in Outlook einbinden lässt, da sonst erst mal ein Switch und Massnahmen anstehen würde.
localhost:~ # PASS=USERPASSWORT gromox-dscli -e USER@DOMAIN.DL -v
* Request body:
<?xml version="1.0" encoding="UTF-8"?>
<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/requestschema/2006">
<Request>
<EMailAddress>USER@DOMAIN.DL</EMailAddress>
<AcceptableResponseSchema>http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a</AcceptableResponseSchema>
</Request>
</Autodiscover>
* Trying 2a01:xxxxxxxxxxxxxx:443...
* Connected to autoconfigure.strato.de (2a01:xxxxxxxxxxxx::1141) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server did not agree to a protocol
* Server certificate:
* subject: C=DE; ST=Berlin; L=Berlin; O=Strato AG; CN=*.strato.de
* start date: Jul 19 00:00:00 2022 GMT
* expire date: Aug 18 23:59:59 2023 GMT
* issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=GeoTrust RSA CA 2018
* SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway.
* Server auth using Basic with user 'USER@DOMAIN.DL'
> POST /Autodiscover/Autodiscover.xml HTTP/1.1
Host: autoconfigure.strato.de
Authorization: Basic xxxxxxxxxxxxxxxxxxxxxxxxx==
User-Agent: Microsoft Office/16
Accept: */*
Content-Type: text/xml
Content-Length: 390
* Mark bundle as not supporting multiuse
< HTTP/1.1 404 Not Found
< Date: Tue, 11 Apr 2023 05:25:47 GMT
< Server: Strato RZapld/1.4.12
< Content-Length: 13
< Content-Type: text/plain
< Accept-Ranges: bytes
< Strict-Transport-Security: max-age=31536000
< Connection: close
<
* Closing connection 0
* Response body:
404 Not Found
Failed to xmlparse response
localhost:~ #