1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-16 02:19:24 +00:00

[Web] Autodiscover fixes

This commit is contained in:
andryyy
2017-10-02 19:07:14 +02:00
parent a837c9ab53
commit 64c9691798

View File

@@ -27,7 +27,7 @@ if ($autodiscover_config['autodiscoverType'] == 'activesync') {
$autodiscover_config['autodiscoverType'] = 'imap';
}
}
if (preg_match("/emClient/i", $_SERVER['HTTP_USER_AGENT'])) {
if (preg_match("/eM Client/i", $_SERVER['HTTP_USER_AGENT'])) {
$autodiscover_config['autodiscoverType'] = 'imap';
}
}