Roundcube 配置过各提示mime_types
思韵闪耀
2019-09-11
0

Fileinfo/mime_content_type configuration:  OK
Mimetype to file extension mapping:  NOT OK

Please set a valid path to your webserver's mime.types file to the mime_types config option.
If you can't find such a file, download it from svn.apache.org.
 

I copied the mime.types file into the root Roundcube folder, and declared it in the config file for version 1.0.0 like so:

$config['mime_types'] = '/www/wwwroot/roundcubemail-1.0.0/config/mime.types';

That worked for me, the installer says mine is OK.

 

在Roundcube配置文件roundcubemail-1.0.0/config/config.inc.php中定义mime.types

$config['mime_types'] = '/www/wwwroot/roundcubemail-1.0.0/config/mime.types';

 

 

 

 


【版权声明】
本站部分内容来源于互联网,本站不拥有所有权,不承担相关法律责任。如果发现本站有侵权的内容,欢迎发送邮件至masing@13sy.com 举报,并提供相关证据,一经查实,本站将立刻删除涉嫌侵权内容。

相关内容

热门资讯

Roundcube 配置过各提... Fileinfo/mime_content_type configuration: OK Mimet...
搭建PostfixAdmin ... 一、原理及其应用: 笔者之前就职在上海一家信息公司,至力于全面的电子邮件营销解决方案,公司中等规模,...
在wdos系统下搭建postf... 一.简介: 1. wdOS是一个基于CentOS版本精简优化过的Linux服务器系统,大部分保留着c...
RHEL5系统中安装Postf... 前提1:安装RHEL5时把所有的开发工具装上。 原理图 前提2 :开始前请确保您已经配置好指向此邮件...
Linux停止和启动postf... 1.启动Postfix服务 启动Postfix服务的命令为: /etc/init.d/postfix...