- Server operating system version
- Ubuntu 18.04.6 LTS
- Plesk version and microupdate number
- Plesk Obsidian Version 18.0.46
Hello Pleskians,
my autodiscover / autoconfig with Plesk Premium Mail is not working correctly.
When I test the output of :
curl https://www.mydomain.de/autodiscover/autodiscover.xml
or
curl https://www.mydomain.de/mail/[email protected]
gives me output of the /usr/share/kolab-autoconf/public_html/index.php file instead of an xml file...:
Already reinstalled Plesk Premium Mail Extension,
Ubuntu 18.04.6 LTS
Plesk Obsidian Version 18.0.46 Update #1
Plesk Premium Mail 16.14.0-4
Can someone help me please to fix the error?
Thanks
my autodiscover / autoconfig with Plesk Premium Mail is not working correctly.
When I test the output of :
curl https://www.mydomain.de/autodiscover/autodiscover.xml
or
curl https://www.mydomain.de/mail/[email protected]
gives me output of the /usr/share/kolab-autoconf/public_html/index.php file instead of an xml file...:
Code:
<?php
/**
+--------------------------------------------------------------------------+
| Kolab Autodiscover Service |
| |
| Copyright (C) 2011-2014, Kolab Systems AG <[email protected]> |
| |
| This program is free software: you can redistribute it and/or modify |
| it under the terms of the GNU General Public License as published by |
| the Free Software Foundation, either version 3 of the License, or |
| (at your option) any later version. |
| |
| This program is distributed in the hope that it will be useful, |
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| GNU General Public License for more details. |
| |
| You should have received a copy of the GNU General Public License |
| along with this program. If not, see http://www.gnu.org/licenses/. |
+--------------------------------------------------------------------------+
| Author: Aleksander Machniak <[email protected]> |
+--------------------------------------------------------------------------+
*/
// environment initialization
define('INSTALL_PATH', realpath(dirname(__FILE__) . '/../') . '/');
ini_set('error_reporting', E_ALL &~ E_NOTICE &~ E_STRICT);
ini_set('error_log', INSTALL_PATH . '/logs/errors');
$include_path = INSTALL_PATH . '/lib' . PATH_SEPARATOR;
$include_path .= ini_get('include_path');
if (set_include_path($include_path) === false) {
die("Fatal error: ini_set/set_include_path does not work.");
}
require_once INSTALL_PATH . '/lib/Autodiscover.php';
// Set internal charset
mb_internal_encoding(Autodiscover::CHARSET);
@mb_regex_encoding(Autodiscover::CHARSET);
Already reinstalled Plesk Premium Mail Extension,
Ubuntu 18.04.6 LTS
Plesk Obsidian Version 18.0.46 Update #1
Plesk Premium Mail 16.14.0-4
Can someone help me please to fix the error?
Thanks