Web:无法在RoundCube中显示附件图像
时间:2020-02-23 14:45:20 来源:igfitidea点击:
RoundCube Webmail中是否有一些粉红色正方形而不是图像,而没有任何启用图像的功能或者按钮?
好吧,升级后发生在我身上。
要解决此问题,请编辑RoundCube配置文件:
/path/to/roundcube/config/config.inc.php
找到以下行(应该在#90左右):
//mime magic database $config['mime_magic'] = '/usr/share/misc/magic';
对其进行注释(带有//),并附加以下内容:
$config['mime_magic'] = null;
刷新Web客户端,图像现在应该出现在消息正文中。