roundcube 安装错误。 Mimetype 到文件扩展名映射:不正确

roundcube installation error. Mimetype to file extension mapping: NOT OK

我正在尝试使用 IIS 10.0

在 windows 服务器 2019 上安装 Roundcube 1.4.9 在第 3 步中,除了 Mimetype 到文件扩展名映射之外,一切正常。
Test filetype detection
Fileinfo/mime_content_type configuration:  OK
Mimetype to file extension mapping:  NOT OK

我试过像这样在 conf.inc.php 中设置 mimetypes.php 的路径:

$config['mime_types'] = 'c:/inetpub/wwwroot/roundcube/config/mimetypes.php';

仍然无法正常工作。

问题是我必须从 http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types 下载 mime.type 并且 conf.inc.php 应该是这样的:

$config['mime_types'] = 'c:/inetpub/wwwroot/roundcube/path/to/mime.types';