[Tickets #14968] Autodiscover mit Outlook 16 schlägt fehl
noreply at bugs.horde.org
noreply at bugs.horde.org
Thu Nov 28 19:23:57 UTC 2019
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: https://bugs.horde.org/ticket/14968
------------------------------------------------------------------------------
Ticket | 14968
Erstellt Von | tom.mailbox at t-online.de
Zusammenfassung | Autodiscover mit Outlook 16 schlägt fehl
Warteschlange | Synchronization
Version | FRAMEWORK_5_2
Typ | Bug
Status | Unconfirmed
Priorität | 1. Low
Milestone |
Patch |
Zuständige |
------------------------------------------------------------------------------
tom.mailbox at t-online.de (2019-11-28 19:23) hat geschrieben:
Config:
$conf['activesync']['params']['driverconfig'] = 'horde';
$conf['activesync']['storage'] = 'Sql';
$conf['activesync']['enabled'] = true;
$conf['activesync']['emailsync'] = true;
$conf['activesync']['version'] = '14.1';
$conf['activesync']['auth']['type'] = 'basic';
$conf['activesync']['autodiscovery'] = 'full';
$conf['activesync']['outlookdiscovery'] = false;
$conf['activesync']['logging']['path'] = '/var/log/horde';
$conf['activesync']['logging']['level'] = '2';
$conf['activesync']['logging']['type'] = 'perdevice';
$conf['activesync']['ping']['heartbeatmin'] = 60;
$conf['activesync']['ping']['heartbeatmax'] = 2700;
$conf['activesync']['ping']['heartbeatdefault'] = 480;
$conf['activesync']['ping']['deviceping'] = true;
$conf['activesync']['ping']['waitinterval'] = 15;
Im Fiddler sieht man, dass keine URL in der Antwort enthalten ist.
Manuelle Einrichtung in OL funktioniert mit ActiveSync.
Wenn ich mit wget die autodiscover.xml hole enthält diese die Serverangaben.
Request/Response aus Fiddler-Mittschnitt während Outlook Autodiscover-Test:
POST
https://autodiscover.tom-friedrich.de/autodiscover/autodiscover.xml
HTTP/1.1
Cache-Control: no-cache
Connection: Keep-Alive
Pragma: no-cache
Content-Type: text/xml
User-Agent: Microsoft Office/16.0 (Windows NT 10.0; Microsoft Outlook
16.0.10352; Pro)
X-MS-CookieUri-Requested: t
X-FeatureVersion: 1
Client-Request-Id: {3C5F35C5-3832-43CB-BE01-9C607192CB7B}
X-User-Identity: tom at tom-friedrich.de
X-MapiHttpCapability: 1
Depth: 0
X-AnchorMailbox: tom at tom-friedrich.de
Content-Length: 353
Host: autodiscover.tom-friedrich.de
Authorization: Basic ?????????????????????????????????????
Cookie: OutlookSession="{6258E938-8B9C-4FF6-AB50-0B1D104D7088}";
PHPSESSID=73g28ua8hmdlpipmskbuq53fn6;
PHPSESSID=il9rsdu32ba8omc796p4i886e7;
horde_secret_key=???????????????????????
<?xml version="1.0" encoding="utf-8"?><Autodiscover
xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/requestschema/2006"><Request><EMailAddress>tom at tom-friedrich.de</EMailAddress><AcceptableResponseSchema>http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a</AcceptableResponseSchema></Request></Autodiscover>
HTTP/1.1 200 OK
Date: Thu, 28 Nov 2019 19:10:19 GMT
Server: Apache/2.4.25 (Univention)
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: private, max-age=10800
Last-Modified: Sun, 18 Dec 2016 21:01:07 GMT
Content-Length: 514
Vary: Accept-Encoding
Content-Type: text/xml;charset=UTF-8
Set-Cookie: PHPSESSID=73g28ua8hmdlpipmskbuq53fn6; path=/
Set-Cookie: PHPSESSID=00dj1fj353tfas972dhj3obtg1; path=/
Set-Cookie: default_horde_view=deleted; expires=Thu, 01-Jan-1970
00:00:01 GMT; Max-Age=0; path=/; domain=autodiscover.tom-friedrich.de
Via: 1.1 autodiscover.tom-friedrich.de
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
<Autodiscover
xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
<Response
xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
<User>
<DisplayName>Thomas Friedrich</DisplayName>
</User>
<Account>
<AccountType>email</AccountType>
<Action>settings</Action></Account>
</Response>
</Autodiscover>
tom.mailbox at t-online.de (2019-11-28 19:23) hat hochgeladen: Fiddel.txt
https://bugs.horde.org/h/services/download/?app=whups&actionID=download_file&file=Fiddel.txt&ticket=14968&fn=%2FFiddel.txt
More information about the bugs
mailing list